vscode-csharp
vscode-csharp copied to clipboard
Use .NET Install Tool for debugger runtime lookup
See https://github.com/dotnet/vscode-csharp/issues/8312#issuecomment-2902970817 for more info
We should work with the .NET Install tool extension to provide an API we can use to look up the installed SDK architecture, instead of manually querying dotnet info.
Code to potentially remove: https://github.com/dotnet/vscode-csharp/blob/ff6e65a14cedf55fe930f36e685564a4d5780086/src/shared/utils/getDotnetInfo.ts#L14