dotnet / dotnet/vscode-dotnet-runtime
Downloads .net Runtime fails
- Dominant language
- TypeScript
- Stars
- 209
- Forks
- 455
- PR merge metrics
- No merged PRs in 30d
Description
VSCode always downloads.net Runtime 7.0.10 when it starts.
Found because the c# Dev kit extension is installed.
Disable the c# Dev kit and it will no longer download.
If installing the extension c# Dev kit., and downloading the.net runtime fails. LSP will assume that there is no Runtime.
I suspect there is a problem with the logic of detecting.NET runtime versions, because I already have the 7.0.400 sdk installed locally. Maybe it's a permission issue. He's not allowed to test. But there is no log explanation that it is a permission issue.
In addition I have added dotnetAcquisitionExtension existingDotnetPath configuration, but did not use.
It may be that the download address is not accessible in my area, but not detected after manual installation is a problem.
Contributor guide
Assessment
This issue has not been assessed yet.