Skip to content

Commit deee6c7

Browse files
committed
doc: Improve comment
1 parent d18d760 commit deee6c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/staticOptions.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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': {

0 commit comments

Comments
 (0)