vscode-csharp icon indicating copy to clipboard operation
vscode-csharp copied to clipboard

Use .NET Install Tool for debugger runtime lookup

Open dibarbet opened this issue 4 months ago • 4 comments

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

dibarbet avatar Jun 17 '25 22:06 dibarbet