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.
1 parent 3d6f6d2 commit b611101Copy full SHA for b611101
src/vs/workbench/contrib/extensions/browser/extensionsActions.ts
@@ -164,7 +164,7 @@ export class PromptExtensionInstallFailureAction extends Action {
164
detail: getErrorMessage(this.error),
165
buttons: [{
166
label: localize('learn more', "Learn More"),
167
- run: () => this.openerService.open('https://code.visualstudio.com/docs/editor/extension-marketplace')
+ run: () => this.openerService.open('https://code.visualstudio.com/docs/editor/extension-marketplace#_the-extension-signature-cannot-be-verified-by-vs-code')
168
}, {
169
label: localize('install donot verify', "Install Anyway (Don't Verify Signature)"),
170
run: () => {
0 commit comments