Skip to content

Commit

Permalink
feat: send codeActionLiteralSupport
Browse files Browse the repository at this point in the history
Co-Authored-By: Alex Butler <alexheretic@users.noreply.github.com>
  • Loading branch information
aminya and alexheretic committed Jun 14, 2021
1 parent 9d6df6b commit ca02334
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/auto-languageclient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,11 @@ export default class AutoLanguageClient {
},
codeAction: {
dynamicRegistration: false,
codeActionLiteralSupport: {
codeActionKind: {
valueSet: [""], // TODO explicitly support more?
},
},
},
codeLens: {
dynamicRegistration: false,
Expand Down

0 comments on commit ca02334

Please sign in to comment.