Skip to content

Commit

Permalink
Merge pull request #18 from atom-ide-community/packages-update
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
Belar authored Mar 21, 2020
2 parents 3fb1491 + 32a288b commit 31a1bc2
Show file tree
Hide file tree
Showing 3 changed files with 2,716 additions and 1,990 deletions.
7 changes: 3 additions & 4 deletions lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ class VueLanguageClient extends AutoLanguageClient {
}

startServerProcess() {
return super.spawnChildNode(
["node_modules/vue-language-server/dist/vueServerMain"],
{ cwd: path.join(__dirname, "..") }
);
return super.spawnChildNode(["node_modules/vls/dist/vueServerMain"], {
cwd: path.join(__dirname, "..")
});
}

preInitialization() {
Expand Down
Loading

0 comments on commit 31a1bc2

Please sign in to comment.