sublimelsp / LSP-css

CSS, SCSS, LESS support for Sublime's LSP plugin
MIT License
37 stars 0 forks source link

Autocompletion Errors #23

Closed dwhenson closed 3 years ago

dwhenson commented 3 years ago

Any time I try and auto-complete with an LSP suggestion I get the following error 'command editor.action.triggerSuggest failed. Reason: Unhandled method workspace/executeCommand (-32601)'

If I ignore it (by clicking OK) I get this: "property value expected ​css:css-propertyvalueexpected". Any advice on how to resolve this issue would be appreciated. (Other LSP's are working fine).

predragnikolic commented 3 years ago

I published a new release, so soon it will be on Package Control.

dwhenson commented 3 years ago

Seems to work great now!