Adding since tag

This commit is contained in:
Dirk Baeumer 2021-07-02 10:39:06 +02:00
parent 023d506809
commit 7d95396e14
No known key found for this signature in database
GPG key ID: DD95715335E91385

View file

@ -6689,6 +6689,8 @@ export namespace CodeActionKind {
* Fix all actions automatically fix errors that have a clear fix that
* do not require user input. They should not suppress errors or perform
* unsafe fixes such as generating new types or classes.
*
* @since 3.17.0
*/
export const SourceFixAll: CodeActionKind = 'source.fixAll';