We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a244941 commit b2f2ab3Copy full SHA for b2f2ab3
src/quickpicks/remoteProviderPicker.ts
@@ -82,9 +82,7 @@ export class CopyOrOpenRemoteCommandQuickPickItem extends CommandQuickPickItem {
82
const connected =
83
integrationId && (await this.showIntegrationConnectionPicker(integrationId, 'view'));
84
if (!connected) {
85
- throw new RequiresIntegrationError(
86
- 'Cross-fork pull request URLs are not supported by this provider',
87
- );
+ return undefined;
88
}
89
90
} else if (
0 commit comments