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
@@ -1243,7 +1240,7 @@ export class FolderRepositoryManager extends Disposable {
1243
1240
if(e.status===404){
1244
1241
// not found
1245
1242
vscode.window.showWarningMessage(
1246
-
`Fetching pull requests for remote ${githubRepository.remote.remoteName} with query failed, please check if the repo ${repo?.full_name} is valid.`,
1243
+
`Fetching pull requests for remote ${githubRepository.remote.remoteName} with query failed, please check if the repo ${githubRepository.remote.owner}/${githubRepository.remote.repositoryName} is valid.`,
0 commit comments