Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 747 Bytes

File metadata and controls

24 lines (18 loc) · 747 Bytes

Jsonnet

Jsonnet language support in Zed is provided by the community-maintained Jsonnet extension.

Configuration

Workspace configuration options can be passed to the language server via the lsp settings of the settings.json.

The following example enables support for resolving tanka import paths in jsonnet-language-server:

{
  "lsp": {
    "jsonnet-language-server": {
      "settings": {
        "resolve_paths_with_tanka": true
      }
    }
  }
}