You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.appendLine(`[WARNING]: x86 Windows is not currently supported by the .NET Core debugger. Debugging will not be available.`);
29
42
}else{
30
-
logger.appendLine(`[WARNING]: Processor architecture '${info.architecture}' is not currently supported by the .NET Core debugger. Debugging will not be available.`);
43
+
logger.appendLine(`[WARNING]: Processor architecture '${platformInformation.architecture}' is not currently supported by the .NET Core debugger. Debugging will not be available.`);
31
44
}
32
45
}else{
33
46
logger.appendLine("[ERROR]: C# Extension failed to install the debugger package");
34
47
showInstallErrorMessage(channel);
35
48
}
36
-
},(err)=>{
37
-
// Somehow we couldn't figure out the platform we are on
38
-
logger.appendLine("[ERROR]: C# Extension failed to install the debugger package");
0 commit comments