-
Notifications
You must be signed in to change notification settings - Fork 675
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
C# v1.24.2 omnisharp/OmniSharp.exe"': No such file or directory. #5140
Comments
Having the same issue |
According to the logs you are using prerelease of OmniSharp server - |
I am having the same issue on mac, even with I have installed |
The same issue was encountered with C# Extension version - OmniSharp LogOmniSharp server started with Mono 6.12.0. Cannot open assembly '"/Users/{{username}}/.vscode/extensions/ms-dotnettools.csharp-1.24.2-darwin-x64/.omnisharp/1.38.2/omnisharp/OmniSharp.exe"': No such file or directory. |
You are right, it's an unfortunate regression. Really sorry about that. We have a fix in the making, in the meantime, if you are doing .NET Core development only, you can set If you are doing .NET Framework development, you need to roll back to 1.24.1 until the fix is rolled out. |
That worked for me, thx. |
Thank you so much to letting me know about working on fixing this issue!! |
Fix is merged, thanks @filipw The packages for 1.24.3 are building. |
Environment data
dotnet --info
output:VS Code version: 1.66.0
C# Extension version: 1.24.2
OmniSharp log
Starting OmniSharp server at 4/1/2022, 11:50:34 AM
Target: project location
OmniSharp server started with Mono 6.8.0.
Path: /Users/{{username}}/.vscode/extensions/ms-dotnettools.csharp-1.24.2-darwin-x64/.omnisharp/1.38.3-beta.31/omnisharp/OmniSharp.exe
PID: 1898
Cannot open assembly '"/Users/chiehchihchen/.vscode/extensions/ms-dotnettools.csharp-1.24.2-darwin-x64/.omnisharp/1.38.3-beta.31/omnisharp/OmniSharp.exe"': No such file or directory.
[ERROR] Error: OmniSharp server load timed out. Use the 'omnisharp.projectLoadTimeout' setting to override the default delay (one minute).
Steps to reproduce
update to v1.24.2 on mac, tries to run VScode C# on mac
Expected behavior
To be able to run, use intellisense properly without issue
Actual behavior
Cannot open assembly '"Users/{{username}}/.vscode/extensions/ms-dotnettools.csharp-1.24.2-darwin-x64/.omnisharp/1.38.3-beta.31/omnisharp/OmniSharp.exe"': No such file or directory.
[ERROR] Error: OmniSharp server load timed out. Use the 'omnisharp.projectLoadTimeout' setting to override the default delay (one minute).
The text was updated successfully, but these errors were encountered: