mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-26 15:44:20 +00:00
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
|
||
|---|---|---|
| .. | ||
| languages/zig | ||
| src | ||
| Cargo.toml | ||
| extension.toml | ||
| LICENSE-APACHE | ||