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".
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