Skip to content

Commit ff361dc

Browse files
authored
Merge pull request #1516 from alanz/lsp-client-capabilities
lsp-mode: update client-capabilities.json for code actions
2 parents f509ebd + 236762f commit ff361dc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

extensions/lsp-mode/client-capabilities.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,20 @@
4444
"hierarchicalDocumentSymbolSupport":true
4545
},
4646
"codeAction":{
47+
"codeActionLiteralSupport": {
48+
"codeActionKind": {
49+
"valueSet": [
50+
"",
51+
"quickfix",
52+
"refactor",
53+
"refactor.extract",
54+
"refactor.inline",
55+
"refactor.rewrite",
56+
"source",
57+
"source.organizeImports"
58+
]
59+
}
60+
}
4761
},
4862
"formatting":{
4963
},

0 commit comments

Comments
 (0)