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 b44724c commit 861dfc2Copy full SHA for 861dfc2
racket-langserver
@@ -0,0 +1 @@
1
+Subproject commit b283c2baf65bf3122bcc46b26206934bdabbd5bd
src/extension.ts
@@ -6,7 +6,8 @@ export function activate(context: vscode.ExtensionContext) {
6
//******* Language Client ********
7
const executable = {
8
command: 'racket',
9
- args: ['--lib', 'racket-langserver'],
+ // args: ['--lib', 'racket-langserver'],
10
+ args: [context.asAbsolutePath('racket-langserver/main.rkt')],
11
};
12
13
// If the extension is launched in debug mode then the debug server options are used
0 commit comments