Merge BootJavaServerParams into BootLanguageServerParams
This also required the removal of duplicated SpringPropertyIndex related classes that existed in both boot properties and boot java language servers before. A single BootLanguageServerParams now contains the same kind of property index that should be able to support both uses.
This commit is contained in:
@@ -12,8 +12,6 @@ package org.springframework.ide.vscode.boot;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
import org.springframework.ide.vscode.boot.properties.BootLanguageServer;
|
||||
import org.springframework.ide.vscode.boot.properties.BootLanguageServerParams;
|
||||
import org.springframework.ide.vscode.commons.languageserver.LaunguageServerApp;
|
||||
import org.springframework.ide.vscode.commons.util.LogRedirect;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user