🐛 spinning sync icon

fixes #23975
This commit is contained in:
Joao Moreno
2017-04-21 12:40:05 +02:00
parent 34cdf9f9be
commit 6097966099
3 changed files with 18 additions and 3 deletions

View File

@@ -126,6 +126,7 @@ class SyncStatusBar {
}
if (this.state.isSyncRunning) {
icon = '$(sync~spin)';
text = '';
command = '';
tooltip = localize('syncing changes', "Synchronizing changes...");