-
Notifications
You must be signed in to change notification settings - Fork 687
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
Omnisharp fails to load project file in VSCode with Unity #1563
Comments
Tried one more thing after posting this - I had a strange setup with zshenv instead of zshrc. Moving my PATH info to zshrc instead fixed the problem. |
I'm running into this issue suddenly with 1.15.0. Can you elaborate on what PATH info you mean, @Redmage3555 ? |
@dpeaveybnea: Are you certain you're seeing this precise issue (i.e. have you checked your OmniSharp Log to see if if you're getting the same failures)? With the latest C# for VS Code that we shipped yesterday, the latest stable Mono (5.0.1) is required. I'm betting that's what you're running into and updating Mono will address the problem. See also: |
I am not sure, so I will check this out. If its better for context, the bulk of the work I do is in the context of Unity 5.
Cheers.
|
The version of Unity shouldn't have any impact on this issue. It's the Mono version installed on your development machine that's critical to C# for VS Code. If you find that you're seeing a different problem than what's described in the issues I linked to, please file a separate issue. |
Your note was right on the money, @DustinCampbell. Thanks for the help. |
Excellent! I'm glad you've got it working! |
Hello, I've updated to latest mono and I still get this error. |
@TobiasDev : It's probably better to file a new issue that necro a closed one. |
Environment data
dotnet --info
output: (ran from terminal - don't believe I have this installed) zsh: command not found: dotnetVS Code version: 1.13.0
C# Extension version: 1.10.0
Mono version: mono --version
Mono JIT compiler version 5.0.1.1 (2017-02/5077205 Thu May 18 16:11:37 EDT 2017)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
Steps to reproduce
Expected behavior
Project should load correctly without error messages, provide intellisense.
Actual behavior
No Intellisense and VSCode prompts me with this message: WARN Some projects have trouble loading. Please review the output for more details.
Things I've tried:
OmniSharp logs
Thoughts on what's wrong?
The text was updated successfully, but these errors were encountered: