Skip to content

Commit 298ebb6

Browse files
committed
update class name
1 parent 62ec959 commit 298ebb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function startClient() {
8686
let cp = path.resolve(savedContext.extensionPath, "server", "*");
8787
serverOptions = {
8888
command: "java",
89-
args: ["-cp", cp, "com.tang.vscode.vscode.MainKt"]
89+
args: ["-cp", cp, "com.tang.vscode.MainKt"]
9090
};
9191
}
9292

0 commit comments

Comments
 (0)