We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ec959 commit 298ebb6Copy full SHA for 298ebb6
src/extension.ts
@@ -86,7 +86,7 @@ function startClient() {
86
let cp = path.resolve(savedContext.extensionPath, "server", "*");
87
serverOptions = {
88
command: "java",
89
- args: ["-cp", cp, "com.tang.vscode.vscode.MainKt"]
+ args: ["-cp", cp, "com.tang.vscode.MainKt"]
90
};
91
}
92
0 commit comments