Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 9ee85af

Browse files
Winston LiuWinston Liu
Winston Liu
authored and
Winston Liu
committed
_Pretty_ sure this isn't needed
atom-languageclient should send a workspace/didChangeConfiguration message with the settings on startup
1 parent bc1acda commit 9ee85af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ class JavaLanguageClient extends AutoLanguageClient {
211211
params.initializationOptions = {};
212212
}
213213
params.initializationOptions.bundles = this.collectJavaExtensions();
214-
params.initializationOptions.settings = atom.config.get(this.getRootConfigurationKey())
215214
return params;
216215
}
217216

0 commit comments

Comments
 (0)