mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
wip: git api
This commit is contained in:
@@ -102,7 +102,7 @@ export class AutoFetcher {
|
||||
}
|
||||
|
||||
try {
|
||||
await this.repository.fetch();
|
||||
await this.repository.fetchDefault();
|
||||
} catch (err) {
|
||||
if (err.gitErrorCode === GitErrorCodes.AuthenticationFailed) {
|
||||
this.disable();
|
||||
|
||||
Reference in New Issue
Block a user