sublimelsp / LSP-volar

Vue support for Sublime's LSP plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSP-volar fails to load with latest LSP `master` branch

deathaxe opened this issue · comments

LSP-volar fails to load with latest LSP master branch.

reloading python 3.3 plugin LSP-volar.plugin
Traceback (most recent call last):
  File "C:\Apps\Sublime Text 40xx\Lib\python33\sublime_plugin.py", line 308, in reload_plugin
    m = importlib.import_module(modulename)
  File "./python3.3/importlib/__init__.py", line 90, in import_module
  File "<frozen importlib._bootstrap>", line 1584, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1565, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1532, in _find_and_load_unlocked
  File "C:\Apps\Sublime Text 40xx\Lib\python33\sublime_plugin.py", line 1692, in load_module
    exec(compile(source, source_path, 'exec'), mod.__dict__)
  File "C:\Apps\Sublime Text 40xx\Data\Installed Packages\LSP-volar.sublime-package\plugin.py", line 3, in <module>
ImportError: cannot import name TextDocumentSyncKindIncremental

The fix is merged (#130) and will be released as part of the new LSP release (sublimelsp/LSP#2070)