You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love the functionality of VSCode to fetch the latest changes from Git Remote at regular intervals.
In VSCode there are the following settings for that function available:
// When set to true, commits will automatically be fetched from the default remote of the current Git repository. Setting to `all` will fetch from all remotes.
"git.autofetch": false,
// Duration in seconds between each automatic git fetch, when `git.autofetch` is enabled.
"git.autofetchPeriod": 180,
Check for existing issues
Describe the feature
Hey there,
I love the functionality of VSCode to fetch the latest changes from Git Remote at regular intervals.
In VSCode there are the following settings for that function available:
See: https://code.visualstudio.com/docs/sourcecontrol/overview#_remotes
Environment
Ubuntu: 22.04.5
Zed: 0.162.5
If applicable, add mockups / screenshots to help present your vision of the feature
No response
The text was updated successfully, but these errors were encountered: