Skip to content

Commit 01e9b91

Browse files
committed
Proper names
1 parent cbcfeca commit 01e9b91

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

client/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ let client: LanguageClient;
6767
export function activate(context: ExtensionContext) {
6868
// The server is implemented in node
6969
let serverModule = context.asAbsolutePath(
70-
path.join('server', 'out', 'testserver.js')
70+
path.join('server', 'out', 'server.js')
7171
);
7272
// The debug options for the server
7373
// --inspect=6009: runs the server in Node's Inspector mode so VS Code can attach to the server for debugging
File renamed without changes.

0 commit comments

Comments
 (0)