diff --git a/src/staticOptions.ts b/src/staticOptions.ts index cd4e6e2..f9b82e3 100644 --- a/src/staticOptions.ts +++ b/src/staticOptions.ts @@ -94,7 +94,7 @@ const staticOptions = asLanguageClientOptionsById({ mutualizable: true }, cobol: { - documentSelector: [{ scheme: 'file', language: 'COBOL' }], + documentSelector: [{ scheme: 'file', language: 'cobol' }], synchronize: { configurationSection: 'cobol-lsp' },