Fix conflict between sts.quickfix command registrations ...

... from different vscode extensions activated simultaneosly.
This commit is contained in:
Kris De Volder
2017-04-12 16:04:12 -07:00
parent 87a7026215
commit f2bc237b53
7 changed files with 20 additions and 3 deletions

View File

@@ -48,6 +48,7 @@ public class BootJavaLanguageServer extends SimpleLanguageServer {
private final VscodeCompletionEngineAdapter completionEngine;
public BootJavaLanguageServer(JavaProjectFinder javaProjectFinder, SpringPropertyIndexProvider indexProvider) {
super("vscode-boot-java");
SimpleTextDocumentService documents = getTextDocumentService();
IReconcileEngine reconcileEngine = new BootJavaReconcileEngine();