mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
💄
This commit is contained in:
@@ -1260,7 +1260,6 @@ export class Repository implements Disposable {
|
||||
const supportCancellation = config.get<boolean>('supportCancellation');
|
||||
|
||||
const fn = async (cancellationToken?: CancellationToken) => {
|
||||
|
||||
// When fetchOnPull is enabled, fetch all branches when pulling
|
||||
if (fetchOnPull) {
|
||||
await this.repository.fetch({ all: true, cancellationToken });
|
||||
|
||||
Reference in New Issue
Block a user