diff --git a/_specifications/lsp/3.18/language/codeAction.md b/_specifications/lsp/3.18/language/codeAction.md index eef2560a7..e7f6ccb8e 100644 --- a/_specifications/lsp/3.18/language/codeAction.md +++ b/_specifications/lsp/3.18/language/codeAction.md @@ -462,6 +462,12 @@ export interface CodeAction { */ title: string; + /** + * A human-readable string describing the source of this code action, e.g. + * 'typescript' or 'super lint'. + */ + source?: string; + /** * The kind of the code action. *