Skip to content

Commit

Permalink
update volar to 1.8.0 and switch to renamed packages (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl authored Jun 20, 2023
1 parent 95d9e0a commit 04eb0f2
Show file tree
Hide file tree
Showing 3 changed files with 676 additions and 579 deletions.
2 changes: 1 addition & 1 deletion plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def plugin_unloaded():
class LspVolarPlugin(NpmClientHandler):
package_name = __package__
server_directory = 'server'
server_binary_path = os.path.join(server_directory, 'node_modules', '@volar', 'vue-language-server', 'bin', 'vue-language-server.js')
server_binary_path = os.path.join(server_directory, 'node_modules', '@vue', 'language-server', 'bin', 'vue-language-server.js')

@classmethod
def is_allowed_to_start(
Expand Down
Loading

0 comments on commit 04eb0f2

Please sign in to comment.