mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Adding since tag
This commit is contained in:
parent
023d506809
commit
7d95396e14
1 changed files with 2 additions and 0 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue