mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Sessions - refactor sync changes action (#300840)
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user