Closed tamichael90 closed 2 months ago
@tamichael90 Can you please get the C#
logs from the Output pane? I see from your included picture that the dropdown is on the Tasks
logs. Also, if you run .NET Core Launch
from the Debug sidebar and select the Debug Console pane, do you see any output?
@tamichael90 Is there a Developer Tools Access
prompt that is hidden behind your windows when you start debugging?
More Information: https://code.visualstudio.com/docs/csharp/cs-dev-kit-faq#_when-i-f5-it-prompts-me-to-input-a-password-macos-only
@tamichael90 Is there a
Developer Tools Access
prompt that is hidden behind your windows when you start debugging?More Information: https://code.visualstudio.com/docs/csharp/cs-dev-kit-faq#_when-i-f5-it-prompts-me-to-input-a-password-macos-only
There is not. No additional pane and no PW prompts. Keep in mind, i was good 2 days ago and was able to run things with no issues.
For additional awareness, I am also not the only engineer in my org affected by this. One dev was able to reproduce it by updating to the latest version of the c# dev kit and c# extensions. However, he was successful in downgrading back to his previous versions of the extensions and continue to operate normally.
Myself and a few others are unable to get debugging working from downgrading versions unfortunately. We have tried but still experience same behavior.
To help me further investigate, can you add the following logging configuration to your launch.json
?
{
"name": ".NET Core Launch (console)",
...
"logging": {
"diagnosticsLog": {
"protocolMessages": true
}
}
}
and share the output of the Debug Console
?
It should look like:
-> (C) {"command":"initialize","arguments":{"clientID":"vscode","clientName":"Visual Studio Code","adapterID":"coreclr","pathFormat":"path","linesStartAt1":true,"columnsStartAt1":true,"supportsVariableType":true,"supportsVariablePaging":true,"supportsRunInTerminalRequest":true,"locale":"en","supportsProgressReporting":true,"supportsInvalidatedEvent":true,"supportsMemoryReferences":true,"supportsArgsCanBeInterpretedByShell":true,"supportsMemoryEvent":true,"supportsStartDebuggingRequest":true},"type":"request","seq":1}
ServiceBroker Start: 0 : Requesting proxy to "Microsoft.VisualStudio.Debugger.ManagedEditAndContinueRemoteDebuggerService2 (0.1)"
ServiceBroker Start: 0 : Requesting proxy to "Microsoft.VisualStudio.OutputChannelService (0.1)"
-> (C) {"command":"launch","arguments":{"name":".NET Core Launch (console)","type":"coreclr","request":"launch","program":"D:\\Demos\\ConsoleApp1\\ConsoleApp1\\bin\\Debug\\net6.0\\ConsoleApp1.exe","args":[],"cwd":"D:\\Demos\\ConsoleApp1","stopAtEntry":false,"console":"internalConsole","logging":{"diagnosticsLog":{"protocolMessages":false}},"__configurationTarget":6,"hotReloadOnSave":true,"hotReloadVerbosity":"minimal","debugConsoleVerbosity":"minimal","justMyCode":true,"requireExactSource":true,"enableStepFiltering":true,"suppressJITOptimizations":false,"symbolOptions":{"searchPaths":[],"searchMicrosoftSymbolServer":false,"searchNuGetOrgSymbolServer":false,"cachePath":"","moduleFilter":{"mode":"loadAllButExcluded","excludedModules":[],"includedModules":[],"includeSymbolsNextToModules":true,"includeSymbolsOnDemand":true}},"expressionEvaluationOptions":{"allowImplicitFuncEval":true,"allowToString":true,"allowFastEvaluate":true,"showRawValues":false},"internalConsoleOptions":"openOnSessionStart","__sessionId":"b6a95858-173c-4850-bf47-32a47c1c81b4"},"type":"request","seq":2}
------------------------------------------------------------------------------
You may only use the Microsoft Visual Studio .NET/C/C++ Debugger (vsdbg) with
Visual Studio Code, Visual Studio or Visual Studio for Mac software to help you
develop and test your applications.
------------------------------------------------------------------------------
<- (R) {"seq":5,"type":"response","request_seq":2,"success":true,"command":"launch"}
<- (E) {"seq":6,"type":"event","event":"initialized","body":{}}
The build process kicks off, and then nothing happens. No output in the Debug Console, nothing in the 'Output' pane of any use. (towards end of gif I show output and debug console panes)
@tamichael90 Can you try using "Full Method" in case the issue is that the debugger is crashing on startup?
@tamichael90 Can you try using "Full Method" in case the issue is that the debugger is crashing on startup?
After evaluating this, we learned that the vsdbg file became read-write only after a recent update from our org. we need to research internally why it was made this way, but this comment made us go look at those binaries. Changing that back from ready only to executable solved the issue. Thank you!
Type: Bug
Details copied from a previous issue created, they referred me here. https://github.com/microsoft/vscode/issues/228180
Issue Description
Suddenly I am no longer able to run/debug dotnet code from within VSCode. Until today, I could run my console applications, Razor apps, and web APIs with no issues on VSCode.
Note: I have seen suggestions for using Visual Studio, however is not an option for me as all of my teams projects are now on dotnet 8, which is not supported on Visual Studio for Mac
Steps to Reproduce
As an example, i've created a barebones console app. Here is what i'm seeing:
I have a breakpoint on line 3 that I expect to hit when running/debugging.
Here is my launch.json file:
From the terminal, I am able to build and execute the code using the dotnet commands.
Expected Behavior
When I navigate to the "Run & Debug Pane" and execute, I expect the Debug Console pane to open, and my breakpoint on line 3 hit. (I am providing a nodeJS example from VSCode debugging documentation, I expect similar with dotnet)
Actual Behavior
I see the following
The editor does not switch to the Debug Console, we are still on the Terminal pane. I do not see my breakpoint hit, nor do I see the Debug Toolbar render. There are no error messages that display either. No output.
My attempted remedies include
Logs
2024-09-11 15:41:30.232 [info] Extension host with pid 70701 started 2024-09-11 15:41:30.232 [info] Skipping acquiring lock for /Users/a871818/Library/Application Support/Code/User/workspaceStorage/91d3d2060c4f0f605f6316319a37436a. 2024-09-11 15:41:30.305 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' 2024-09-11 15:41:30.314 [info] ExtensionService#_doActivateExtension ms-dotnettools.vscode-dotnet-runtime, startup: false, activationEvent: 'onLanguage:csharp', root cause: ms-dotnettools.csdevkit 2024-09-11 15:41:30.410 [info] ExtensionService#_doActivateExtension ms-dotnettools.csharp, startup: false, activationEvent: 'onLanguage:csharp', root cause: ms-dotnettools.csdevkit 2024-09-11 15:41:31.273 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '', root cause: vscode.git 2024-09-11 15:41:31.287 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '' 2024-09-11 15:41:31.340 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '' 2024-09-11 15:41:38.378 [info] ExtensionService#_doActivateExtension ms-dotnettools.csdevkit, startup: false, activationEvent: 'onLanguage:csharp' 2024-09-11 15:41:38.508 [info] Eager extensions activated 2024-09-11 15:41:38.517 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' 2024-09-11 15:41:38.531 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' 2024-09-11 15:41:38.544 [info] ExtensionService#_doActivateExtension GitHub.copilot, startup: false, activationEvent: 'onStartupFinished' 2024-09-11 15:41:38.739 [info] ExtensionService#_doActivateExtension GitHub.copilot-chat, startup: false, activationEvent: 'onStartupFinished' 2024-09-11 15:41:38.818 [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication, startup: false, activationEvent: 'onAuthenticationRequest:microsoft' 2024-09-11 15:41:38.908 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' 2024-09-11 15:41:40.179 [warning] DiagnosticCollection with name 'XamlDiagnostics' does already exist. 2024-09-11 15:41:40.179 [warning] DiagnosticCollection with name 'HotReloadDiagnostics' does already exist. 2024-09-11 15:41:44.278 [info] ExtensionService#_doActivateExtension vscode.debug-server-ready, startup: false, activationEvent: 'onDebugResolve' 2024-09-11 15:43:50.166 [info] Extension host terminating: renderer closed the MessagePort 2024-09-11 15:43:50.191 [info] Extension host with pid 70701 exiting with code 0 2024-09-11 15:43:50.491 [info] Extension host with pid 71015 started 2024-09-11 15:43:50.491 [info] Skipping acquiring lock for /Users/a871818/Library/Application Support/Code/User/workspaceStorage/91d3d2060c4f0f605f6316319a37436a. 2024-09-11 15:43:50.494 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' 2024-09-11 15:43:50.501 [info] ExtensionService#_doActivateExtension ms-dotnettools.vscode-dotnet-runtime, startup: false, activationEvent: 'onLanguage:csharp', root cause: ms-dotnettools.csdevkit 2024-09-11 15:43:50.530 [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication, startup: false, activationEvent: 'onAuthenticationRequest:microsoft' 2024-09-11 15:43:50.537 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' 2024-09-11 15:43:50.544 [info] ExtensionService#_doActivateExtension vscode.debug-server-ready, startup: false, activationEvent: 'onDebugResolve' 2024-09-11 15:43:50.546 [info] ExtensionService#_doActivateExtension GitHub.copilot-chat, startup: false, activationEvent: 'onTerminalQuickFixRequest:copilot-chat.generateCommitMessage' 2024-09-11 15:43:50.635 [info] ExtensionService#_doActivateExtension ms-dotnettools.csharp, startup: false, activationEvent: 'onLanguage:csharp', root cause: ms-dotnettools.csdevkit 2024-09-11 15:43:50.719 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: false, activationEvent: 'api', root cause: GitHub.copilot-chat 2024-09-11 15:43:50.729 [info] ExtensionService#_doActivateExtension vscode.git, startup: false, activationEvent: 'api', root cause: GitHub.copilot-chat 2024-09-11 15:43:50.800 [info] ExtensionService#_doActivateExtension ms-dotnettools.csdevkit, startup: false, activationEvent: 'onLanguage:csharp' 2024-09-11 15:43:51.495 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '' 2024-09-11 15:43:51.515 [info] Eager extensions activated 2024-09-11 15:43:51.516 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' 2024-09-11 15:43:51.517 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' 2024-09-11 15:43:51.521 [info] ExtensionService#_doActivateExtension GitHub.copilot, startup: false, activationEvent: 'onStartupFinished' 2024-09-11 15:43:52.266 [warning] DiagnosticCollection with name 'XamlDiagnostics' does already exist. 2024-09-11 15:43:52.267 [warning] DiagnosticCollection with name 'HotReloadDiagnostics' does already exist. 2024-09-11 15:44:44.720 [info] ExtensionService#_doActivateExtension vscode.configuration-editing, startup: false, activationEvent: 'onLanguage:jsonc' 2024-09-11 15:44:44.730 [info] ExtensionService#_doActivateExtension vscode.json-language-features, startup: false, activationEvent: 'onLanguage:jsonc' 2024-09-11 15:44:44.769 [info] ExtensionService#_doActivateExtension vscode.typescript-language-features, startup: false, activationEvent: 'onLanguage:jsonc' 2024-09-11 15:44:47.324 [info] Extension host terminating: renderer closed the MessagePort 2024-09-11 15:44:47.356 [info] Extension host with pid 71015 exiting with code 0 2024-09-11 15:44:48.032 [info] Extension host with pid 71248 started 2024-09-11 15:44:48.032 [info] Skipping acquiring lock for /Users/a871818/Library/Application Support/Code/User/workspaceStorage/91d3d2060c4f0f605f6316319a37436a. 2024-09-11 15:44:48.102 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' 2024-09-11 15:44:48.117 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '', root cause: vscode.git 2024-09-11 15:44:48.121 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '' 2024-09-11 15:44:48.152 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' 2024-09-11 15:44:48.181 [info] ExtensionService#_doActivateExtension ms-dotnettools.vscode-dotnet-runtime, startup: true, activationEvent: 'workspaceContains:/*.{csproj,csx,cake}', root cause: ms-dotnettools.csharp 2024-09-11 15:44:48.222 [info] ExtensionService#_doActivateExtension ms-dotnettools.csharp, startup: true, activationEvent: 'workspaceContains:*/.{csproj,csx,cake}' 2024-09-11 15:44:48.311 [info] ExtensionService#_doActivateExtension ms-dotnettools.csdevkit, startup: true, activationEvent: 'workspaceContains:/*.csproj' 2024-09-11 15:44:48.380 [info] Eager extensions activated 2024-09-11 15:44:48.388 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' 2024-09-11 15:44:48.389 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' 2024-09-11 15:44:48.392 [info] ExtensionService#_doActivateExtension GitHub.copilot, startup: false, activationEvent: 'onStartupFinished' 2024-09-11 15:44:48.454 [info] ExtensionService#_doActivateExtension GitHub.copilot-chat, startup: false, activationEvent: 'onStartupFinished' 2024-09-11 15:44:48.490 [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication, startup: false, activationEvent: 'onAuthenticationRequest:microsoft' 2024-09-11 15:44:48.532 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' 2024-09-11 15:44:49.796 [warning] DiagnosticCollection with name 'XamlDiagnostics' does already exist. 2024-09-11 15:44:49.797 [warning] DiagnosticCollection with name 'HotReloadDiagnostics' does already exist. 2024-09-11 15:46:55.819 [info] ExtensionService#_doActivateExtension vscode.npm, startup: false, activationEvent: 'onTerminalQuickFixRequest:ms-vscode.npm-command' 2024-09-11 15:47:24.732 [info] ExtensionService#_doActivateExtension vscode.debug-server-ready, startup: false, activationEvent: 'onDebugResolve'
C# log
C# LSP Trace Logs
Output is empty
Environment information
VSCode version: 1.93.0 C# Extension: 2.46.32 Using OmniSharp: false
Dotnet Information
.NET SDK: Version: 8.0.401 Commit: 811edcc344 Workload version: 8.0.400-manifests.f51a3a6b MSBuild version: 17.11.4+37eb419ad Runtime Environment: OS Name: Mac OS X OS Version: 14.6 OS Platform: Darwin RID: osx-arm64 Base Path: /usr/local/share/dotnet/sdk/8.0.401/ .NET workloads installed: Configured to use loose manifests when installing new manifests. [maui] Installation Source: SDK 8.0.400 Manifest Version: 8.0.82/8.0.100 Manifest Path: /usr/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.maui/8.0.82/WorkloadManifest.json Install Type: FileBased Host: Version: 8.0.8 Architecture: arm64 Commit: 08338fcaa5 .NET SDKs installed: 6.0.201 [/usr/local/share/dotnet/sdk] 6.0.202 [/usr/local/share/dotnet/sdk] 6.0.203 [/usr/local/share/dotnet/sdk] 6.0.300 [/usr/local/share/dotnet/sdk] 6.0.400-preview.22330.6 [/usr/local/share/dotnet/sdk] 6.0.400 [/usr/local/share/dotnet/sdk] 6.0.402 [/usr/local/share/dotnet/sdk] 6.0.403 [/usr/local/share/dotnet/sdk] 6.0.405 [/usr/local/share/dotnet/sdk] 6.0.408 [/usr/local/share/dotnet/sdk] 6.0.412 [/usr/local/share/dotnet/sdk] 6.0.414 [/usr/local/share/dotnet/sdk] 6.0.418 [/usr/local/share/dotnet/sdk] 6.0.421 [/usr/local/share/dotnet/sdk] 6.0.424 [/usr/local/share/dotnet/sdk] 7.0.100-rc.2.22477.23 [/usr/local/share/dotnet/sdk] 7.0.100 [/usr/local/share/dotnet/sdk] 7.0.102 [/usr/local/share/dotnet/sdk] 7.0.203 [/usr/local/share/dotnet/sdk] 7.0.306 [/usr/local/share/dotnet/sdk] 7.0.308 [/usr/local/share/dotnet/sdk] 7.0.312 [/usr/local/share/dotnet/sdk] 7.0.315 [/usr/local/share/dotnet/sdk] 7.0.317 [/usr/local/share/dotnet/sdk] 8.0.401 [/usr/local/share/dotnet/sdk] .NET runtimes installed: Microsoft.AspNetCore.App 6.0.3 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 6.0.4 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 6.0.5 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 6.0.6 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 6.0.8 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 6.0.10 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 6.0.11 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 6.0.13 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 6.0.16 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 6.0.20 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 6.0.22 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 6.0.26 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 6.0.29 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 6.0.32 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 7.0.0-rc.2.22476.2 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 7.0.0 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 7.0.2 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 7.0.5 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 7.0.9 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 7.0.11 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 7.0.15 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 7.0.18 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 7.0.20 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 8.0.8 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 6.0.3 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 6.0.4 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 6.0.5 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 6.0.6 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 6.0.8 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 6.0.10 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 6.0.11 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 6.0.13 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 6.0.16 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 6.0.20 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 6.0.22 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 6.0.26 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 6.0.29 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 6.0.32 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 7.0.0-rc.2.22472.3 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 7.0.0 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 7.0.2 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 7.0.5 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 7.0.9 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 7.0.11 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 7.0.15 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 7.0.17 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 7.0.18 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 7.0.20 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 8.0.8 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Other architectures found: x64 [/usr/local/share/dotnet/x64] Environment variables: Not set global.json file: Not found Learn more: https://aka.ms/dotnet/info Download .NET: https://aka.ms/dotnet/downloadVisual Studio Code Extensions
|Extension|Author|Version|Folder Name| |---|---|---|---| |copilot|GitHub|1.229.0|github.copilot-1.229.0| |copilot-chat|GitHub|0.20.0|github.copilot-chat-0.20.0| |cscurlyformatter|Ironcutter24|0.0.7|ironcutter24.cscurlyformatter-0.0.7| |csdevkit|ms-dotnettools|1.10.18|ms-dotnettools.csdevkit-1.10.18-darwin-arm64| |csharp|ms-dotnettools|2.46.32|ms-dotnettools.csharp-2.46.32-darwin-arm64| |vscode-dotnet-runtime|ms-dotnettools|2.1.5|ms-dotnettools.vscode-dotnet-runtime-2.1.5|;Extension version: 2.46.32 VS Code version: Code 1.93.0 (Universal) (4849ca9bdf9666755eb463db297b69e5385090e3, 2024-09-04T13:02:38.431Z) OS version: Darwin arm64 23.6.0 Modes:
System Info
|Item|Value| |---|---| |CPUs|Apple M1 Pro (8 x 2400)| |GPU Status|2d_canvas: enabledcanvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off| |Load (avg)|2, 3, 5| |Memory (System)|16.00GB (0.49GB free)| |Process Argv|--crash-reporter-id ae14a615-5810-45f9-b590-104f6634c2ac| |Screen Reader|no| |VM|0%|
A/B Experiments
``` vsliv368:30146709 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscod805cf:30301675 binariesv615:30325510 vsaa593:30376534 py29gd2263:31024239 c4g48928:30535728 azure-dev_surveyone:30548225 2i9eh265:30646982 962ge761:30959799 pythongtdpath:30769146 welcomedialogc:30910334 pythonnoceb:30805159 asynctok:30898717 pythonmypyd1:30879173 h48ei257:31000450 pythontbext0:30879054 accentitlementsc:30995553 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 dsvsc020:30976470 pythonait:31006305 dsvsc021:30996838 bdiig495:31013172 a69g1124:31058053 dvdeprecation:31068756 dwnewjupytercf:31046870 2f103344:31071589 impr_priority:31102340 refactort:31108082 pythonrstrctxt:31112756 flighttreat:31134774 wkspc-onlycs-t:31132770 wkspc-ranged-c:31125598 autoexpandse:31133494 fje88620:31121564 ```