The clock is the "Progress Badge" which is visible while VS Code is getting repository info and status:
You can disable it in settings:
{
// controls whether git actions should show progress
"git.showProgress": true
}
The clock is the "Progress Badge" which is visible while VS Code is getting repository info and status:
You can disable it in settings:
{
// controls whether git actions should show progress
"git.showProgress": true
}