mirror of
https://github.com/jlengrand/elm-language-client-vscode.git
synced 2026-03-10 08:11:17 +00:00
Don't use deprecated synchronize setting
This commit is contained in:
@@ -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
2
server
Submodule server updated: ea1e136885...2aacf7e448
Reference in New Issue
Block a user