mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
git: don't show ahead/behind when syncing
This commit is contained in:
@@ -128,6 +128,7 @@ export class SyncStatusBar {
|
||||
}
|
||||
|
||||
if (this.state.isSyncRunning) {
|
||||
text = '';
|
||||
command = '';
|
||||
tooltip = 'Synchronizing changes...';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user