From 05473c7b948e5cae563b3b1b1674e6949b9326d3 Mon Sep 17 00:00:00 2001 From: Ankita Khera Date: Fri, 31 Jul 2020 12:38:23 -0400 Subject: [PATCH] Removed change to debug settings --- src/Deployment/Properties/launchSettings.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Deployment/Properties/launchSettings.json b/src/Deployment/Properties/launchSettings.json index 9ab4a19282b..01d32bd5402 100644 --- a/src/Deployment/Properties/launchSettings.json +++ b/src/Deployment/Properties/launchSettings.json @@ -3,10 +3,7 @@ "Visual Studio Extension": { "commandName": "Executable", "executablePath": "$(DevEnvDir)devenv.exe", - "commandLineArgs": "/rootsuffix $(VSSDKTargetPlatformRegRootSuffix) /log", - "environmentVariables": { - " COMPLUS_ZapDisable": "1" - } + "commandLineArgs": "/rootsuffix $(VSSDKTargetPlatformRegRootSuffix) /log" }, "Visual Studio Extension (with Native Debugging)": { "commandName": "Executable", -- GitLab