failable

Results 188 comments of failable

Tried to use a different Python LSP, but this does not work ```json "languages": { "Python": { "language_servers": ["pylsp", "!pyright"] } } ```

The issue seems only happen when `"languages"` setting key exists.

@bennetbo Here you go. ``` "languages": { "Python": { // "language_servers": ["pylsp", "!pyright"] } }, ```

By: ``` "features": { "copilot": false }, ``` And I am on `Zed Preview 0.133.3 (f6c7d033579c4359ccb7d62f8130d0753e605273)`, the issue is still there.

My whole config here ```json // Zed settings // // For information on how to configure Zed, see the Zed // documentation: https://zed.dev/docs/configuring-zed // // To see all of Zed's...

I have that in my config. Maybe that is some copy-paste issue of Github. I put it https://pastebin.com/TKU1vBaQ

Minimal test config: ``` // Zed settings // // For information on how to configure Zed, see the Zed // documentation: https://zed.dev/docs/configuring-zed // // To see all of Zed's default...

> Do you have any local settings in a .zed folder, specified in your project? No, I don't. I have never used local configs in Zed. The issue does not...

Thanks, that seems to be the cause. The documentation somehow need to be fixed though.