grafana / vscode-jsonnet

Full code support (formatting, highlighting, navigation, etc) for Jsonnet
Apache License 2.0
66 stars 7 forks source link

Dynamic Configuration #17

Closed julienduchesne closed 1 year ago

julienduchesne commented 1 year ago

Use the DidChangeConfiguration endpoint to dynamically configure the language server This allows the server to be configured without being restarted Fixes https://github.com/grafana/vscode-jsonnet/issues/14 Fixes https://github.com/grafana/vscode-jsonnet/issues/10