Skip to content

Commit ca02334

Browse files
aminyaalexheretic
andcommitted
feat: send codeActionLiteralSupport
Co-Authored-By: Alex Butler <[email protected]>
1 parent 9d6df6b commit ca02334

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/auto-languageclient.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,11 @@ export default class AutoLanguageClient {
219219
},
220220
codeAction: {
221221
dynamicRegistration: false,
222+
codeActionLiteralSupport: {
223+
codeActionKind: {
224+
valueSet: [""], // TODO explicitly support more?
225+
},
226+
},
222227
},
223228
codeLens: {
224229
dynamicRegistration: false,

0 commit comments

Comments
 (0)