Preferences

It's trivial to disable it. I wouldn't let that hold you back from using an amazing editor!

mort96
I just tried it out again. It seems like you can disable the chat bot integration by adding this to the config:

    "agent": {
        "enabled": false
    }
However from the documentation[1] I can't see a way to disable the "AI" predictions button (which asks you to sign in to their online "AI" service with your GitHub account). Am I missing something?

[1] https://zed.dev/docs/configuring-zed#edit-predictions

wirybeige
Setting this to none should remove that button. "features": { "edit_prediction_provider": "none" }
mort96
Really? That's not mentioned in the documentation, it seems like the whole "features" object is missing. Thanks anyway.

This item has no comments currently.