edit prediction: Hide rate completions modal behind feature flag (#23597)
This hides the ability to rate completions behind the `predict-edits-rate-completions` feature flag Release Notes: - N/A
This commit is contained in:
parent
dfed43ab24
commit
57a3d8c491
5 changed files with 57 additions and 16 deletions
|
@ -56,6 +56,11 @@ impl FeatureFlag for PredictEditsFeatureFlag {
|
|||
const NAME: &'static str = "predict-edits";
|
||||
}
|
||||
|
||||
pub struct PredictEditsRateCompletionsFeatureFlag;
|
||||
impl FeatureFlag for PredictEditsRateCompletionsFeatureFlag {
|
||||
const NAME: &'static str = "predict-edits-rate-completions";
|
||||
}
|
||||
|
||||
pub struct GitUiFeatureFlag;
|
||||
impl FeatureFlag for GitUiFeatureFlag {
|
||||
const NAME: &'static str = "git-ui";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue