Actually disable ai for now (#35327)
Closes https://github.com/zed-industries/zed/issues/35325 * removes Supermaven actions * removes copilot-related action * stops re-enabling edit predictions when disabled Release Notes: - N/A
This commit is contained in:
parent
b4b57b586a
commit
4d44b9f659
3 changed files with 18 additions and 14 deletions
|
@ -262,6 +262,8 @@ fn update_command_palette_filter(cx: &mut App) {
|
|||
if disable_ai {
|
||||
filter.hide_namespace("agent");
|
||||
filter.hide_namespace("assistant");
|
||||
filter.hide_namespace("copilot");
|
||||
filter.hide_namespace("supermaven");
|
||||
filter.hide_namespace("zed_predict_onboarding");
|
||||
filter.hide_namespace("edit_prediction");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue