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.
2 parents eead1ba + 513019e commit 7f9030bCopy full SHA for 7f9030b
src/staticOptions.ts
@@ -406,6 +406,24 @@ const staticOptions = asLanguageClientOptionsById({
406
],
407
synchronize: {},
408
mutualizable: true
409
+ },
410
+ powershell: {
411
+ // https://github.com/PowerShell/PowerShellEditorServices/blob/1a988a964d9803a4b82d2f0f56b5c8a225b11156/src/PowerShellEditorServices/Utility/LspUtils.cs#L12
412
+ documentSelector: [
413
+ {
414
+ scheme: 'file',
415
+ language: 'powershell'
416
417
418
419
+ language: 'pwsh'
420
421
422
423
+ pattern: '**/*.ps*1'
424
+ }
425
+ ],
426
+ mutualizable: true
427
}
428
})
429
0 commit comments