We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
insiders.vscode.dev
1 parent bae156d commit 4f9ac1fCopy full SHA for 4f9ac1f
src/issues/issueFeatureRegistrar.ts
@@ -1119,7 +1119,7 @@ ${body ?? ''}\n
1119
// asExternalUri can throw when in the browser and the embedder doesn't set a uri resolver.
1120
return link;
1121
}
1122
- const authority = (uri.scheme === 'https' && /^(vscode|github)\./.test(uri.authority)) ? uri.authority : undefined;
+ const authority = (uri.scheme === 'https' && /^(insiders\.vscode|vscode|github)\./.test(uri.authority)) ? uri.authority : undefined;
1123
if (!authority) {
1124
1125
0 commit comments