We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eccde0d commit 5a20de9Copy full SHA for 5a20de9
src/api/debug/index.ts
@@ -58,7 +58,7 @@ export async function initialize(context: ExtensionContext) {
58
}
59
60
61
- if (config.debugIsSecure) {
+ if (config.debugIsSecure && !isManaged()) {
62
if (!await certificates.localClientCertExists(connection)) {
63
vscode.window.showInformationMessage(`Debug Service Certificates`, {
64
modal: true,
0 commit comments