sublimelsp / LSP-vue

Vue support for Sublime's LSP plugin
MIT License
29 stars 3 forks source link

Move settings from "initializationOptions" to the "settings" key #103

Closed rchl closed 3 years ago

rchl commented 3 years ago

Vetur started supporting the workspace/didChangeConfiguration request at some point and even has some logic in it that isn't triggered if we don't send it. To make sure we send it, define settings in the "settings" key instead of "initializationOptions".

Fixes #102