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 68ec525 commit c9c5de1Copy full SHA for c9c5de1
src/extension.ts
@@ -91,7 +91,7 @@ function startClient() {
91
const clientOptions: LanguageClientOptions = {
92
documentSelector: [ { scheme: 'file', language: LANGUAGE_ID } ],
93
synchronize: {
94
- configurationSection: LANGUAGE_ID,
+ configurationSection: "emmylua",
95
fileEvents: [
96
vscode.workspace.createFileSystemWatcher("**/*.lua")
97
]
0 commit comments