Don't use deprecated synchronize setting

This commit is contained in:
Kolja Lampe
2019-08-11 03:14:32 +02:00
parent 5448fc114e
commit dde5f2435b
2 changed files with 1 additions and 2 deletions

View File

@@ -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),
),

2
server

Submodule server updated: ea1e136885...2aacf7e448