assistant: Remove /auto
(#27608)
This PR removes the `/auto` command. This was feature-flagged and was never released to the general public. Release Notes: - N/A
This commit is contained in:
parent
3f7c8c97c2
commit
cc6d4e3c62
9 changed files with 3 additions and 464 deletions
|
@ -1,4 +1,3 @@
|
|||
mod auto_command;
|
||||
mod cargo_workspace_command;
|
||||
mod context_server_command;
|
||||
mod default_command;
|
||||
|
@ -21,7 +20,6 @@ use gpui::App;
|
|||
use language::{CodeLabel, HighlightId};
|
||||
use ui::ActiveTheme as _;
|
||||
|
||||
pub use crate::auto_command::*;
|
||||
pub use crate::cargo_workspace_command::*;
|
||||
pub use crate::context_server_command::*;
|
||||
pub use crate::default_command::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue