We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58482b9 commit 2909cbeCopy full SHA for 2909cbe
src/client.ts
@@ -37,11 +37,11 @@ export function createClient(clojureLspPath: string): LanguageClient | undefined
37
? {
38
command: path.join(process.env.JAVA_HOME!, "bin", "java"),
39
args: ["-jar", clojureLspPath],
40
- }
+ }
41
: {
42
command: clojureLspPath,
43
args: config().executableArgs,
44
- };
+ };
45
logger.debug("ServerOptions", executable);
46
47
const serverOptions: ServerOptions = {
0 commit comments