Skip to content

Commit c9c5de1

Browse files
committed
configuration section
1 parent 68ec525 commit c9c5de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function startClient() {
9191
const clientOptions: LanguageClientOptions = {
9292
documentSelector: [ { scheme: 'file', language: LANGUAGE_ID } ],
9393
synchronize: {
94-
configurationSection: LANGUAGE_ID,
94+
configurationSection: "emmylua",
9595
fileEvents: [
9696
vscode.workspace.createFileSystemWatcher("**/*.lua")
9797
]

0 commit comments

Comments
 (0)