We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f79da commit 51f5977Copy full SHA for 51f5977
test/TestBuilder.cs
@@ -299,6 +299,9 @@ public static void RunNodeTestCase(
299
300
// Globalization data will not be used, even if available
301
startInfo.Environment["DOTNET_SYSTEM_GLOBALIZATION_INVARIANT"] = "true";
302
+
303
+ // https://github.com/microsoft/vscode-dotnettools/issues/2511
304
+ startInfo.Environment["DOTNET_DbgEnableMiniDump"] = "0";
305
306
foreach (KeyValuePair<string, string> pair in testEnvironmentVariables)
307
{
0 commit comments