Skip to content

Commit

Permalink
Rebased to 0.27.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Tillmanns committed Sep 15, 2020
1 parent b97991a commit 77eaf14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/vueMain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export async function activate(context: vscode.ExtensionContext) {
* Vue Language Server Initialization
*/

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

Expand Down

0 comments on commit 77eaf14

Please sign in to comment.