-
Notifications
You must be signed in to change notification settings - Fork 700
Failed to find up to date dotnet cli on the path
Error Message Truncated
#4771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Also, not sure why I'm getting the error at all, given I definitely have the SDKs installed. 3.1.102 [/usr/local/share/dotnet/sdk] |
@TanayParikh I think a more detailed message may have been written to the OmniSharp log. Can you share the OmniSharp log from the Output pane? |
C#
Omnisharp:
Razor:
|
I was wrong it ends up in the C# log.. This method Now to figure out why... |
This is the method that actually invokes |
This is my
Which would contain the sdks:
|
It isn't failing to invoke |
For your consideration: #4773 |
Can you run |
|
Ah ok, The copy of dotnet information pasted into the issue description was missing everything above |
Hmm interesting. I didn't trim it manually, so it must be VSCode trimming it. Strange |
I think your best bet is to clone the repo, open it in vs code, and choose Launch extension to try and debug the |
Was the VS Code instance launched differently (commandline vs dock)? Does it still reproduce outside of debugging? |
Not sure, but I'll happily accept a PR for it. =) |
|
Going to close this out I guess, given there doesn't appear to be anything actionable at this point. |
Issue Description
The error message buttons are truncated and may be difficult to read / see what they actually do.
https://github.com/OmniSharp/omnisharp-vscode/blob/3587ab9699f1a38ac5b79797ccce04123a1b1c7a/src/coreclr-debug/activate.ts#L109-L125
Environment information
VSCode version: 1.60.1
C# Extension: 1.23.15
Mono Information
OmniSharp using built-in monoDotnet Information
Host (useful for support):
Version: 6.0.0-rc.2.21460.8
Commit: 8bfc0302a2
.NET SDKs installed:
3.1.102 [/usr/local/share/dotnet/sdk]
5.0.202 [/usr/local/share/dotnet/sdk]
5.0.302 [/usr/local/share/dotnet/sdk]
6.0.100-preview.4.21255.9 [/usr/local/share/dotnet/sdk]
6.0.100-preview.5.21302.13 [/usr/local/share/dotnet/sdk]
6.0.100-preview.6.21355.2 [/usr/local/share/dotnet/sdk]
6.0.100-rc.2.21463.12 [/usr/local/share/dotnet/sdk]
6.0.100-rc.2.21465.13 [/usr/local/share/dotnet/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 3.1.2 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 5.0.5 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 5.0.8 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 6.0.0-preview.4.21253.5 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 6.0.0-preview.5.21301.17 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 6.0.0-preview.6.21355.2 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 6.0.0-rc.2.21460.4 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 3.1.2 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 5.0.5 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 5.0.8 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 6.0.0-preview.6.21352.12 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 6.0.0-rc.2.21460.8 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
To install additional .NET runtimes or SDKs:
https://aka.ms/dotnet-download
Visual Studio Code Extensions
Console Output:
Downloading package 'OmniSharp for OSX' (38435 KB).................... Done!
Validating download...
Integrity Check succeeded.
Installing package 'OmniSharp for OSX'
Downloading package '.NET Core Debugger (macOS / x64)' (45945 KB).................... Done!
Validating download...
Integrity Check succeeded.
Installing package '.NET Core Debugger (macOS / x64)'
Downloading package 'Razor Language Server (macOS / x64)' (61258 KB).................... Done!
Installing package 'Razor Language Server (macOS / x64)'
Finished
TypeError: Invalid Version: undefined
The text was updated successfully, but these errors were encountered: