File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const staticOptions = asLanguageClientOptionsById({
3030 { scheme : 'file' , language : 'cpp' }
3131 ] ,
3232 mutualizable : false
33- // The extension is cpptools BUT the language server is unable to use the configuration
33+ // The extension is cpptools BUT the language server is unable to use the client configuration (it requires client code)
3434 // vscodeExtensionIds: ['cpptools']
3535 } ,
3636 csharp : {
@@ -47,7 +47,7 @@ const staticOptions = asLanguageClientOptionsById({
4747 { scheme : 'file' , language : 'cuda-cpp' }
4848 ] ,
4949 mutualizable : false
50- // The extension is cpptools BUT the language server is unable to use the configuration
50+ // The extension is cpptools BUT the language server is unable to use the client configuration (it requires client code)
5151 // vscodeExtensionIds: ['cpptools']
5252 } ,
5353 clojure : {
@@ -173,7 +173,7 @@ const staticOptions = asLanguageClientOptionsById({
173173 { scheme : 'file' , language : 'objective-c' }
174174 ] ,
175175 mutualizable : false
176- // The extension is cpptools BUT the language server is unable to use the configuration
176+ // The extension is cpptools BUT the language server is unable to use the client configuration (it requires client code)
177177 // vscodeExtensionIds: ['cpptools']
178178 } ,
179179 'php-serenata' : {
You can’t perform that action at this time.
0 commit comments