diff --git a/client/src/extension.ts b/client/src/extension.ts index 55e1d4a..e523804 100644 --- a/client/src/extension.ts +++ b/client/src/extension.ts @@ -168,7 +168,6 @@ function startClient(context: ExtensionContext, elmWorkspace: Uri) { revealOutputChannelOn: RevealOutputChannelOn.Never, // Notify the server about file changes to 'elm.json' synchronize: { - configurationSection: ["elmLS"], fileEvents: workspace.createFileSystemWatcher( path.join(elmWorkspace.fsPath, elmJsonGlob), ), diff --git a/server b/server index ea1e136..2aacf7e 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit ea1e13688544736b2770cfdb2f8f81cb7f3b0fdc +Subproject commit 2aacf7e448fda9c597cd3ab085739b541452ee47