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 cbcfeca commit 01e9b91Copy full SHA for 01e9b91
client/src/extension.ts
@@ -67,7 +67,7 @@ let client: LanguageClient;
67
export function activate(context: ExtensionContext) {
68
// The server is implemented in node
69
let serverModule = context.asAbsolutePath(
70
- path.join('server', 'out', 'testserver.js')
+ path.join('server', 'out', 'server.js')
71
);
72
// The debug options for the server
73
// --inspect=6009: runs the server in Node's Inspector mode so VS Code can attach to the server for debugging
server/src/testserver.ts renamed to server/src/server.ts
0 commit comments