sublimelsp / LSP-pyright

Python support for Sublime's LSP plugin provided through microsoft/pyright.
MIT License
130 stars 13 forks source link

Removing LSP-pyright gives error #278

Closed blag closed 1 year ago

blag commented 1 year ago

Sublime throws up an error when I remove the LSP-pyright package from Sublime's command palette:

Error loading syntax file "Packages/LSP-pyright/syntaxes/pyright.sublime-syntax": Unable to read Packages/LSP-pyright/syntaxes/pyright.sublime-syntax

Sublime build 4152 Package Control v3.4.1

jfcherng commented 1 year ago

Just restart ST or ignore it. I doubt it can be fixed, here.

rchl commented 1 year ago

You will probably have to also close the affected python files and optionally reopen them to fix this.