narqo / zed-jsonnet

Jsonnet language support for Zed
Apache License 2.0
2 stars 0 forks source link

Support for passing settings to lsp #2

Closed narqo closed 1 month ago

narqo commented 1 month ago

Closes #1

This one allows passing custom configuration to the lsp:

{
  "lsp": {
    "jsonnet-language-server": {
      "settings": {
        "jpath": ["a/b"],
        "resolve_paths_with_tanka": true
      }
    }
  }
}