Skip to content

Commit b611101

Browse files
authored
update signature verification link (microsoft#229933)
1 parent 3d6f6d2 commit b611101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/extensions/browser/extensionsActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export class PromptExtensionInstallFailureAction extends Action {
164164
detail: getErrorMessage(this.error),
165165
buttons: [{
166166
label: localize('learn more', "Learn More"),
167-
run: () => this.openerService.open('https://code.visualstudio.com/docs/editor/extension-marketplace')
167+
run: () => this.openerService.open('https://code.visualstudio.com/docs/editor/extension-marketplace#_the-extension-signature-cannot-be-verified-by-vs-code')
168168
}, {
169169
label: localize('install donot verify', "Install Anyway (Don't Verify Signature)"),
170170
run: () => {

0 commit comments

Comments
 (0)