dotnet / dotnet/vscode-dotnet-runtime
We should automatically use .net installed on the machine
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 209
- Forks
- 455
- PR merge metrics
- No merged PRs in 30d
Description
See for instance https://github.com/microsoft/vscode-azurearmtools/issues/1081. Customer had dotnet installed and expected it to just work. Not sure there's really a reason why it shouldn't, is there? For instance, the extension could spawn a "dotnet --info" to determine which dotnet runtimes are currently installed and just use "dotnet" without a path if it's sufficient.
Contributor guide
Assessment
This issue has not been assessed yet.