Skip to content

Commit 31a1bc2

Browse files
authored
Merge pull request #18 from atom-ide-community/packages-update
Update dependencies
2 parents 3fb1491 + 32a288b commit 31a1bc2

File tree

3 files changed

+2716
-1990
lines changed

3 files changed

+2716
-1990
lines changed

lib/main.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ class VueLanguageClient extends AutoLanguageClient {
1515
}
1616

1717
startServerProcess() {
18-
return super.spawnChildNode(
19-
["node_modules/vue-language-server/dist/vueServerMain"],
20-
{ cwd: path.join(__dirname, "..") }
21-
);
18+
return super.spawnChildNode(["node_modules/vls/dist/vueServerMain"], {
19+
cwd: path.join(__dirname, "..")
20+
});
2221
}
2322

2423
preInitialization() {

0 commit comments

Comments
 (0)