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 7c7bada commit 845e94aCopy full SHA for 845e94a
src/shared/configurationProvider.ts
@@ -271,7 +271,7 @@ export class BaseVsDbgConfigurationProvider implements vscode.DebugConfiguration
271
}
272
273
if (result?.title === labelMoreInfo) {
274
- const launchjsonDescriptionURL = 'https://aka.ms/VSCode-CS-LaunchJson#check-for-devcert';
+ const launchjsonDescriptionURL = 'https://aka.ms/VSCode-CS-CheckForDevCert';
275
vscode.env.openExternal(vscode.Uri.parse(launchjsonDescriptionURL));
276
this.checkForDevCerts(dotnetPath);
277
0 commit comments