Skip to content

Commit

Permalink
Bump @volar/vue-language-server from 0.32.1 to 0.34.10 in /server (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk authored Apr 26, 2022
1 parent 470f0fc commit d953f41
Show file tree
Hide file tree
Showing 3 changed files with 717 additions and 2,792 deletions.
2 changes: 1 addition & 1 deletion plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def plugin_unloaded():
class LspVolarPlugin(NpmClientHandler):
package_name = __package__
server_directory = 'server'
server_binary_path = os.path.join(server_directory, 'node_modules', '@volar', 'server', 'bin', 'volar-server.js')
server_binary_path = os.path.join(server_directory, 'node_modules', '@volar', 'vue-language-server', 'bin', 'vue-language-server.js')

@classmethod
def is_allowed_to_start(
Expand Down
Loading

0 comments on commit d953f41

Please sign in to comment.