- VS Code Version:1.64.2
- OS Version:Monterey(12.2) & Big Sur(11.6.3) M1 chip
Steps to Reproduce:
1.Clean M1 machine
2.Install version 1.64.2:https://code.visualstudio.com/download
3.Install C# extension 1.24.0 arm64: https://github.com/OmniSharp/omnisharp-vscode/releases/download/v1.24.0/csharp-1.24.0-darwin-arm64.vsix
4.Install SDK arm64-7.0.100-preview.1.22101.1 (runtime-7.0.0-preview.1.22076.8)
5.Create new .NET 7.0 console application with reference to a .NET Standard class library
6.Open the project and put breakpoint in the code, then debug.
Expected behavior:
the breakpoint is hit.
Actual behavior:
Debug faied


