SIGN IN SIGN UP

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
L
llogick committed
684d9dde5681504d8fe53ffe450c94902b3fa45b
Parent: 315692d
Committed by GitHub <noreply@github.com> on 7/15/2024, 7:35:03 AM