Point to an installation of xonsh-language-server in your Zed's
settings.json:
oscarvarto/zed-xonsh
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Point to an installation of xonsh-language-server in your Zed's
settings.json:
lsp: { "xonsh-lsp": { "binary": { "path": "/path-to-your-pixi-env/.pixi/envs/default/bin/xonsh-lsp", }, "initialization_options": { // You can choose a backend, like https://docs.astral.sh/ty/ "pythonBackend": "ty", }, }, }