ViniciusAlberkovics / VSGitAutoFetch

VS Git AutoFetch extension
9 stars 6 forks source link

VS2022 Support #2

Closed KoalaBear84 closed 2 years ago

KoalaBear84 commented 3 years ago

Please update it to support VS2022.

Thanks in advance!

leprox43 commented 2 years ago

@KoalaBear84 https://marketplace.visualstudio.com/items?itemName=leprox43.GitAutoFetchVS2022

KoalaBear84 commented 2 years ago

Thanks @Leprox43 !

ViniciusAlberkovics commented 2 years ago

Fixed in version 1.1.5

ryanbuening commented 2 years ago

When I try to configure fetching, nothing happens. Am I missing something?

autofetch

ryanbuening commented 2 years ago

Disregard my previous comment. VsGitAutoFetch.json is now opening in Notepad when I click "Configure Fetching". I'm not sure what changed 🤷‍♂️

charlesroddie commented 1 year ago

VsGitAutoFetch.json is now opening in Notepad when I click "Configure Fetching". I'm not sure what changed 🤷‍♂️

Yes found Git Autofetch on VS2022 completely ineffective by default (never fetching for long intervals).

Clicking on "Configure Fetching" gives:

{
  "UserTime": 0
}

The documentation https://marketplace.visualstudio.com/items?itemName=ZweiDeveloper.gitAutoFetch has as a top level description

Git AutoFetch in minutes, default value is 5 minutes.

This is not necessarily a description of UserTime but I'm going to try assuming that UserTime is an integer describing a number of minutes whose default value should have been 5 but in practice defaults to 0 and see what happens.