Bennet Bo Fenner
Bennet Bo Fenner
Sounds like the same issue as #9036, so I think we can close this? #10326 will show a window with the error message, which should make the error seen here...
Cannot reproduce this, even when the "languages" key exists, could you share the specific "languages" settings you are using?
Thanks, but still cannot reproduce, I tested on preview 0.133.3 Settings: ```json "features": { "copilot": false }, "languages": { "Python": { // "language_servers": ["pylsp", "!pyright"] } } ``` How are...
Looks like you have a syntax error in your settings, that is why zed is not picking up the copilot configuration correctly. You need to escape `"` in your rust...
With the fixes mentioned above it works perfectly, I am gonna close this. If it's still not working for you feel free to reopen. Fixed settings: ```json // Zed settings...
Well, again the settings from pastebin work perfectly for me, not sure what's causing this then. Do you have any local settings in a `.zed` folder, specified in your project?
Can reproduce this now, not sure why it was working for me before. It seems like this is not only related to copilot though, as I can reproduce it for...
Im not really familiar with all the settings, but debugging this now I can see that zed is complaining that you defined "languages" multiple times, because "language_overrides" is only an...
Sounds like #9688 to me (although it's another button)?
Not sure if this is helpful but #8952 added entries for recent projects, relevant code is [here](https://github.com/zed-industries/zed/blob/0ae0b08c3895ef3ed7bf24d5bf36c06a0a18c3fa/crates/gpui/src/platform/mac/platform.rs#L737)