Skip to content

Commit d5004ed

Browse files
alexhereticaminya
authored andcommitted
send codeActionLiteralSupport
1 parent 5319279 commit d5004ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/auto-languageclient.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,12 @@ export default class AutoLanguageClient {
189189
},
190190
codeAction: {
191191
dynamicRegistration: false,
192+
codeActionLiteralSupport: {
193+
codeActionKind: {
194+
// TODO explicitly support more?
195+
valueSet: ['']
196+
}
197+
}
192198
},
193199
codeLens: {
194200
dynamicRegistration: false,

0 commit comments

Comments
 (0)