[M1] With SDK 7.0.100-preview.7.22370.3 installed, debug does not respond in VSCode.
Steps to reproduce
- Create a console app.
- Open it in VSCode.
- Place a breakpoint.
- Start debug(F5).
Expected behavior
Debug can work fine.
Actual behavior
Debug does not respond.

Environment data
dotnet --info output:
.NET SDK:
Version: 7.0.100-preview.7.22370.3
Commit: dbdda95142
Runtime Environment: OS Name: Mac OS X OS Version: 12.5 OS Platform: Darwin RID: osx.12-arm64 Base Path: /usr/local/share/dotnet/sdk/7.0.100-preview.7.22370.3/
Host: Version: 7.0.0-preview.7.22369.4 Architecture: arm64 Commit: db5d4dfd16
.NET SDKs installed: 7.0.100-preview.7.22370.3 [/usr/local/share/dotnet/sdk]
.NET runtimes installed: Microsoft.AspNetCore.App 7.0.0-preview.7.22369.8 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 7.0.0-preview.7.22369.4 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Other architectures found: None
Environment variables: Not set
global.json file: Not found
Learn more: https://aka.ms/dotnet/info
Download .NET: https://aka.ms/dotnet/download
VS Code version: 1.69.2
C# Extension version: 1.25.0
Not repro on Mac Intel chip and windows arm64.
I am guessing you are running into: https://github.com/dotnet/runtime/pull/72736
Closed it as not repro.