Skip to content

Commit 5a20de9

Browse files
committed
Add managed check
Signed-off-by: worksofliam <[email protected]>
1 parent eccde0d commit 5a20de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/debug/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export async function initialize(context: ExtensionContext) {
5858
}
5959
}
6060

61-
if (config.debugIsSecure) {
61+
if (config.debugIsSecure && !isManaged()) {
6262
if (!await certificates.localClientCertExists(connection)) {
6363
vscode.window.showInformationMessage(`Debug Service Certificates`, {
6464
modal: true,

0 commit comments

Comments
 (0)