removed code that looked up locally built fatjar in dev mode

This commit is contained in:
Martin Lippert
2019-06-13 15:11:01 +02:00
parent 3c21824763
commit 5f85d0e087
5 changed files with 33 additions and 113 deletions

View File

@@ -39,11 +39,6 @@ public class ConcourseLanguageServer extends STS4LanguageServerProcessStreamConn
setWorkingDirectory(getWorkingDirLocation());
}
@Override
protected String getLanguageServerArtifactId() {
return "concourse-language-server";
}
@Override
protected String getPluginId() {
return Constants.PLUGIN_ID;