Skip to content

Commit 77eaf14

Browse files
author
Marcus Tillmanns
committed
Rebased to 0.27.3
1 parent b97991a commit 77eaf14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/vueMain.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export async function activate(context: vscode.ExtensionContext) {
5858
* Vue Language Server Initialization
5959
*/
6060

61-
const serverModule = context.asAbsolutePath(join('server', 'dist', 'vueServerMain.js'));
6261
const client = initializeLanguageClient(serverModule, globalSnippetDir);
6362
context.subscriptions.push(client.start());
6463

0 commit comments

Comments
 (0)