Skip to content

Commit 845e94a

Browse files
authored
Update checkForDevCert aka.ms link (#6769)
1 parent 7c7bada commit 845e94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/configurationProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ export class BaseVsDbgConfigurationProvider implements vscode.DebugConfiguration
271271
}
272272
}
273273
if (result?.title === labelMoreInfo) {
274-
const launchjsonDescriptionURL = 'https://aka.ms/VSCode-CS-LaunchJson#check-for-devcert';
274+
const launchjsonDescriptionURL = 'https://aka.ms/VSCode-CS-CheckForDevCert';
275275
vscode.env.openExternal(vscode.Uri.parse(launchjsonDescriptionURL));
276276
this.checkForDevCerts(dotnetPath);
277277
}

0 commit comments

Comments
 (0)