We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2e0c71 + d1587a9 commit 9abbb5dCopy full SHA for 9abbb5d
src/staticOptions.ts
@@ -94,7 +94,7 @@ const staticOptions = asLanguageClientOptionsById({
94
mutualizable: true
95
},
96
cobol: {
97
- documentSelector: [{ scheme: 'file', language: 'COBOL' }],
+ documentSelector: [{ scheme: 'file', language: 'cobol' }],
98
synchronize: {
99
configurationSection: 'cobol-lsp'
100
0 commit comments