admin管理员组

文章数量:1391955

I have a VS Code workspace that includes a few repositories. Whenever I try to Commit & Push or Commit & Sync or just Sync my changes on a given repository in the Source Control panel, I get asked additionally to select which repository I want to sync. This is quite annoying because it takes a while to get the selection dialog and sometimes I ignore it so that keeps my sync in a pending state, eventually cancelling it.

Is there a way to stop showing the confirmation of the repo I want to sync once I click the Sync button in SCM?

I have already checked in the settings but I couldn't find a way to skip it. SCM should already know what repo I want to sync, since I am clicking the sync button for the repo.

本文标签: visual studio codeHow to disable repository selection when syncing on vscodeStack Overflow