zed/extensions/zig
llogick 684d9dde56
zig: Wire up LSP settings and binary.{path/arguments} for zls (#14379)
Enables the  LSP `settings` and `binary.{path/arguments}` functionality

Example:
```
"lsp": {
    "zls": {
      "settings": {
        "semantic_tokens": "none"
      },
      "binary": {
        "path": "/home/user/zls/zig-out/bin/zls",
        "arguments": ["--enable-debug-log"]
      }
    }
  },
```

Release Notes:

- N/A
2024-07-15 09:35:03 +02:00
..
languages/zig zig: Improve indentation (#14332) 2024-07-12 10:24:07 -04:00
src zig: Wire up LSP settings and binary.{path/arguments} for zls (#14379) 2024-07-15 09:35:03 +02:00
Cargo.toml zig: Revert 464a4439f7c71e867da481e99e22ad99cc23807e (#13712) 2024-07-01 14:45:42 -04:00
extension.toml zig: Bump to v0.1.3 (#13710) 2024-07-01 14:37:40 -04:00
LICENSE-APACHE Extract Zig support into an extension (#9893) 2024-03-27 20:56:30 -04:00