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 b97991a commit 77eaf14Copy full SHA for 77eaf14
client/vueMain.ts
@@ -58,7 +58,6 @@ export async function activate(context: vscode.ExtensionContext) {
58
* Vue Language Server Initialization
59
*/
60
61
- const serverModule = context.asAbsolutePath(join('server', 'dist', 'vueServerMain.js'));
62
const client = initializeLanguageClient(serverModule, globalSnippetDir);
63
context.subscriptions.push(client.start());
64
0 commit comments