diff --git a/src/Deployment/Properties/launchSettings.json b/src/Deployment/Properties/launchSettings.json index 9ab4a19282b84fc88022c79f3e6f22b2b3e3496b..01d32bd540287c11ed916900b74f60b09e70b01c 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",