fixed typo in ls jar file name
This commit is contained in:
@@ -90,7 +90,7 @@ public class SpringBootPropertiesLanguageServer extends ProcessStreamConnectionP
|
||||
}
|
||||
|
||||
protected String getLanguageServerJARLocation() {
|
||||
String languageServer = "boot-properties--language-server-0.0.1-SNAPSHOT.jar";
|
||||
String languageServer = "boot-properties-language-server-0.0.1-SNAPSHOT.jar";
|
||||
|
||||
Bundle bundle = Platform.getBundle(Constants.PLUGIN_ID);
|
||||
File dataFile = bundle.getDataFile(languageServer);
|
||||
|
||||
Reference in New Issue
Block a user