Skip to content

Commit 4601a89

Browse files
Copilotalexr00
andauthored
Avoid global auth reset for unknown remotes
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
1 parent c9e846f commit 4601a89

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/github/folderRepositoryManager.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,6 @@ export class FolderRepositoryManager extends Disposable {
506506
}
507507
if (allUnknownRemotes.length > 0) {
508508
isAuthenticated = false;
509-
await vscode.commands.executeCommand('setContext', 'github:authenticated', false);
510509
}
511510
}
512511
const repositories: GitHubRepository[] = [];

0 commit comments

Comments
 (0)