assistant: Feature flag terminal inline assistant (#13732)
This PR adds a feature flag for the terminal inline assistant because we want to keep it internal for now. Release Notes: - N/A
This commit is contained in:
parent
193be271a8
commit
51ee60b421
4 changed files with 12 additions and 0 deletions
|
@ -29,6 +29,11 @@ impl FeatureFlag for Remoting {
|
|||
const NAME: &'static str = "remoting";
|
||||
}
|
||||
|
||||
pub struct TerminalInlineAssist {}
|
||||
impl FeatureFlag for TerminalInlineAssist {
|
||||
const NAME: &'static str = "terminal-inline-assist";
|
||||
}
|
||||
|
||||
pub trait FeatureFlagViewExt<V: 'static> {
|
||||
fn observe_flag<T: FeatureFlag, F>(&mut self, callback: F) -> Subscription
|
||||
where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue