dotnet / dotnet/vscode-dotnet-runtime
BUG: cannot find installed dotnet-sdk on macos, keeps re-updating and re-downloading (because installed via homebrew on mac)?
- Dominant language
- TypeScript
- Stars
- 209
- Forks
- 455
- PR merge metrics
- No merged PRs in 30d
Description
### Describe the bug.
```
Starting Query for all projects...
Failed at 'Query for all projects' (969ms) with error: Error: Exception while talking to proxy: Error: One or more errors occurred. (No installed .NET SDK was found on the computer. If it is installed, make sure it can be found through the PATH environment variable.)
Failed to monitor project loading status
```
VS
```
dotnet --version
8.0.101
```
dotnet-sdk installed via homebrew, please check if dotnet is installed via homebrew and dont mess with it : )
### Please attach log file(s) here if you have any.
_
### Reproduction Steps
_
### Expected Behavior
dotnet tool install does not run and detects homebrew installed versions of dotnet without touching them, and just eventually warning if there is a homebrew version to update, updates should be run / handled by homebrew if one wishes to do so
### Exceptions & Errors (if any)
Starting Query for all projects...
Failed at 'Query for all projects' (969ms) with error: Error: Exception while talking to proxy: Error: One or more errors occurred. (No installed .NET SDK was found on the computer. If it is installed, make sure it can be found through the PATH environment variable.)
Failed to monitor project loading status
### .NET Install Tool Version
v2.2.3
### Your operating system? Please provide more detail, such as the version and or distro above.
N/A
### VS Code Version
1.95.3
Contributor guide
Assessment
This issue has not been assessed yet.