Files
zed/extensions
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
..
2024-07-08 11:29:07 -04:00
2024-04-16 15:49:16 -04:00
2024-07-11 11:48:04 +02:00
2024-07-13 21:10:36 +03:00
2024-05-15 21:27:37 +02:00
2024-04-18 11:57:21 -04:00
2024-05-21 18:36:47 +02:00
2024-07-05 14:17:53 -04:00
2024-07-05 10:10:54 -04:00
2024-07-02 10:18:36 -04:00
2024-04-23 13:31:21 -04:00
2024-04-23 13:31:21 -04:00
2024-06-24 00:39:42 +02:00
2024-07-11 11:47:44 -04:00
2024-05-03 11:29:53 -04:00
2024-06-27 11:36:17 +02:00