We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5357682 commit dbe91e7Copy full SHA for dbe91e7
src/staticOptions.ts
@@ -185,6 +185,11 @@ const staticOptions = asLanguageClientOptionsById({
185
scheme: 'file',
186
pattern: '**/**.{js,jsx}',
187
language: 'javascript'
188
+ },
189
+ {
190
+ scheme: 'file',
191
+ pattern: '**/*.{ts}',
192
+ language: 'typescript'
193
}
194
],
195
mutualizable: true
@@ -408,6 +413,11 @@ const staticOptions = asLanguageClientOptionsById({
408
413
409
414
pattern: '**/*.js',
410
415
416
417
418
419
420
411
421
412
422
423
synchronize: {},
0 commit comments