Skip to content

Commit

Permalink
IJMP-1677 Fix for server path
Browse files Browse the repository at this point in the history
Signed-off-by: Uladzislau <[email protected]>
  • Loading branch information
KUGDev committed May 15, 2024
1 parent 24d9fb1 commit b66c1e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/kotlin/org/zowe/cobol/init/CobolPluginState.kt
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ class CobolPluginState private constructor() : Disposable {
extensions.joinToString(","),
arrayOf(
"java",
"-jar", lspServerPathString,
"-jar",
"\"$lspServerPathString\"",
"pipeEnabled"
)
)
Expand Down

0 comments on commit b66c1e9

Please sign in to comment.