Skip to content

Commit

Permalink
Merge pull request #11 from DontShaveTheYak/develop
Browse files Browse the repository at this point in the history
Release 0.1.2
  • Loading branch information
shadycuz authored Jul 13, 2021
2 parents 006b83d + f63a1c7 commit 4acd8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/ts/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function startLanguageServer() {
};
let args = [
"-jar",
serverBin.path,
serverBin.fsPath,
];
//uncomment to allow a debugger to attach to the language server
// args.unshift("-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005,quiet=y");
Expand Down

0 comments on commit 4acd8d0

Please sign in to comment.