This commit is contained in:
aboyko
2023-09-19 19:09:43 -04:00
parent 2977081237
commit a18127cddc
12 changed files with 3276 additions and 2 deletions

View File

@@ -36,6 +36,17 @@ public class ConcourseLanguageServer extends STS4LanguageServerProcessStreamConn
)
);
// Bundle bundle = Platform.getBundle(getPluginId());
// File bundleFile = FileLocator.getBundleFileLocation(bundle).orElse(null);
//
// File bundleRoot = bundleFile.getAbsoluteFile();
// Path languageServerRoot = bundleRoot.toPath().resolve(Paths.get("servers", "concourse-language-server"));
//
// setCommands(List.of(
// languageServerRoot.toFile().toString(),
// "-Dsts.lsp.client=eclipse"
// ));
setWorkingDirectory(getWorkingDirLocation());
}