Skip to content

Commit

Permalink
Update checkForDevCert aka.ms link (#6769)
Browse files Browse the repository at this point in the history
  • Loading branch information
WardenGnaw authored Dec 21, 2023
1 parent 7c7bada commit 845e94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/configurationProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export class BaseVsDbgConfigurationProvider implements vscode.DebugConfiguration
}
}
if (result?.title === labelMoreInfo) {
const launchjsonDescriptionURL = 'https://aka.ms/VSCode-CS-LaunchJson#check-for-devcert';
const launchjsonDescriptionURL = 'https://aka.ms/VSCode-CS-CheckForDevCert';
vscode.env.openExternal(vscode.Uri.parse(launchjsonDescriptionURL));
this.checkForDevCerts(dotnetPath);
}
Expand Down

0 comments on commit 845e94a

Please sign in to comment.