Disable Zed AI in the editor #16750
Replies: 5 comments 4 replies
-
Agreed. Further, I expect that as new "AI features" are added, even if they can be individually disabled at runtime, they're likely to ship enabled by default. Therefore, I think a compile-time flag for disabling all of the "AI features" would be ideal. |
Beta Was this translation helpful? Give feedback.
-
In settings, you can disable both things with: {
"features": {
// Which inline completion provider to use.
"inline_completion_provider": "none"
},
"assistant": {
"enabled": false,
"version": "2"
},
} |
Beta Was this translation helpful? Give feedback.
-
Could we possibly get a keymap shortcut for this? |
Beta Was this translation helpful? Give feedback.
-
A global setting to deactivate all AI / LLM interactions would be great. |
Beta Was this translation helpful? Give feedback.
-
Is there the capability to disable AI features on per-project basis? Trying to edit the settings in the project settings file doesn't appear to be working for me. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
with the recent introduction of the Zed AI in the editor I see some issues with running it in an organizational setup as there might be company restrictions in place for using (public) AI tools in the daily workflow.
As such my question here: is there a way to disable the Zed AI functionality from the editor completely?
Beta Was this translation helpful? Give feedback.
All reactions