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 cc8dbceCopy full SHA for cc8dbce
racket-langserver
@@ -0,0 +1 @@
1
+Subproject commit 86b55b118973949ef591da8c80307d42f7df47de
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