Sessions - refactor sync changes action (#300840)

This commit is contained in:
Ladislau Szomoru
2026-03-11 18:38:01 +01:00
committed by GitHub
parent 393b54fc07
commit df48c4b627
2 changed files with 59 additions and 58 deletions

View File

@@ -836,7 +836,7 @@ export class ChangesViewPane extends ViewPane {
return { showIcon: true, showLabel: false, isSecondary: true };
}
if (action.id === 'chatEditing.synchronizeChanges') {
return { showIcon: true, showLabel: true, isSecondary: true };
return { showIcon: true, showLabel: true, isSecondary: false };
}
if (action.id === 'github.copilot.chat.createPullRequestCopilotCLIAgentSession.createPR') {
return { showIcon: true, showLabel: true, isSecondary: false };