lsp server config property addition

This commit is contained in:
itdominator 2024-10-02 22:18:45 -05:00
parent 7423d19cf9
commit c01d5cc1c7
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@
"file://" "file://"
], ],
"extendedClientCapabilities": { "extendedClientCapabilities": {
"classFileContentsSupport": true "classFileContentsSupport": true,
"executeClientCommandSupport": true
}, },
"settings": { "settings": {
"java": { "java": {