Significant progress. Performing cleanup now
This commit is contained in:
@@ -592,10 +592,6 @@ fn all_commands() -> Vec<StaticCommand> {
|
||||
commands.push(PR_COMMENTS);
|
||||
}
|
||||
|
||||
if FeatureFlag::CloudMode.is_enabled() && FeatureFlag::CloudModeFromLocalSession.is_enabled() {
|
||||
commands.push(CLOUD_AGENT.clone());
|
||||
}
|
||||
|
||||
if FeatureFlag::InlineProfileSelector.is_enabled() {
|
||||
commands.push(PROFILE.clone());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user