mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-07 11:11:30 +00:00
684d9dde56
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 |