Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(language_server): do not tell clients about
codeActionProvider
…
…when they do not support `codeActionLiteralSupport` (#7445) VSCode output: ``` "codeActionLiteralSupport": { "codeActionKind": { "valueSet": [ "", "quickfix", "refactor", "refactor.extract", "refactor.inline", "refactor.rewrite", "source", "source.organizeImports" ] } }, ``` See also eslint implementation https://github.com/microsoft/vscode-eslint/blob/b33437b5ad9ca6c8829f373a92679660c177991b/server/src/eslintServer.ts#L221-L225
- Loading branch information