-
Notifications
You must be signed in to change notification settings - Fork 692
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
Failed to download omnisharp binary and start omnisharp process #7966
Comments
also broken here reverting back to version 2.63.28 fixes this problem |
Having the same issue! |
I'am facing the same issue too |
@Andi-Re @ElisabethGerhorst Please share your C# & OmniSharp logs from the output pane so we can get an idea of what went wrong for you. It looks like there are at least two separate issues here.
|
checking for the current version. File does not exist on disk: c:\Users\zindathmi.vscode\extensions\ms-dotnettools.csharp-2.69.25-win32-x64.omnisharp\1.39.12-net6.0\OmniSharp.dll |
@hansWurst-creator Just to be sure. Are you still seeing that same issue with the current version? |
here is my "C#" output window(disable C# devkit, "dotnet.server.useOmnisharp" set true)
|
Issue Description
Steps to Reproduce
omnisharp.useModernNet=true
anddotnet.server.useOmnisharp=true
in vscode's settings.jsondotnet new console
Expected Behavior
omnisharp will be downloaded from internet and start omnisharp process.
Actual Behavior
omnisharp downloading is failed and cannot start omnisharp process
Logs
OmniSharp log
C# log
Environment information
VSCode version: 1.96.4
C# Extension: 2.63.32
Using OmniSharp: true
Mono Information
Unable to find Mono. Ensure that Mono's '/bin' folder is added to your environment's PATH variable.Dotnet Information
.NET SDK: Version: 8.0.404 Commit: 7b190310f2 Workload version: 8.0.400-manifests.7ab0bf57 MSBuild version: 17.11.9+a69bbaaf5Runtime Environment:
OS Name: ubuntu
OS Version: 24.04
OS Platform: Linux
RID: ubuntu.24.04-x64
Base Path: /usr/lib/dotnet/sdk/8.0.404/
.NET workloads installed:
Configured to use loose manifests when installing new manifests.
There are no installed workloads to display.
Host:
Version: 8.0.12
Architecture: x64
Commit: 89ef51c5d8
.NET SDKs installed:
6.0.428 [/usr/lib/dotnet/sdk]
8.0.112 [/usr/lib/dotnet/sdk]
8.0.404 [/usr/lib/dotnet/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 6.0.36 [/usr/lib/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 8.0.8 [/usr/lib/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 8.0.11 [/usr/lib/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 8.0.12 [/usr/lib/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 6.0.36 [/usr/lib/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.8 [/usr/lib/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.11 [/usr/lib/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.12 [/usr/lib/dotnet/shared/Microsoft.NETCore.App]
Other architectures found:
None
Environment variables:
Not set
global.json file:
Not found
Learn more:
https://aka.ms/dotnet/info
Download .NET:
https://aka.ms/dotnet/download
Visual Studio Code Extensions
Additional Info
My network is behind http proxy(squid)
The text was updated successfully, but these errors were encountered: