Omnisharp doesn't work, VSCode output doesn't even include Omnisharp in the dropdown list
See original GitHub issueEnvironment data
dotnet --info
output:
Product Information:
Version: 2.0.2
Commit SHA-1 hash: a04b4bf512
Runtime Environment: OS Name: Mac OS X OS Version: 10.13 OS Platform: Darwin RID: osx.10.12-x64 VS Code version: 1.18 C# Extension version: 1.13.1
Steps to reproduce
After automatically getting the latest VSCode (1.18 with blue icon now) and re-installing the C# extension, Omnisharp doesn’t work.
Tried:
- opening many different projects
- Removing and installing the extension
- removing and installing VSCODE
- Installing Mono and dotnet again and again 😃
- Installing Omnisharp with Brew
What I really would like is to have some hints on how to debug why it doesn’t work on my system. I assume this is a user issue, but I already spend 3 hours trying to debug without any success. I tried also to enable: “omnisharp.loggingLevel”: “debug” - but since the output doesn’t include Omnisharp it doesn’t really help…
Any help?
Thanks!
Expected behavior
Actual behavior
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:46 (12 by maintainers)
Top Results From Across the Web
Omnisharp server is not running Windows 10 - Stack Overflow
Open VSCode Preferences --> Settings · Search "Use Modern Net" · Disable "Omnisharp: Use Modern Net" · Restart VSCode · (Optional) Check "Output"...
Read more >The Real Ultimate Guide to Fixing OmniSharp in VS Code | Blog
In VS Code, you can use the Ctrl+Shift+P keybinding to enter commands. After using that keybinding, type in "restart omnisharp" and press enter ......
Read more >Language Server Extension Guide - Visual Studio Code
Explain how to run, debug, log, and test the Language Server extension. Point you to some advanced topics on Language Servers. Implementing a...
Read more >Omnisharp with VS Code: Error, "Project Loading Failed"
On your C# exstions under the gear pick "Extension Settings" then in the search bar add "useGlobalMono" - Under Use Global Mono -...
Read more >OmniSharp - .NET and IntelliSense on any platform with your ...
OmniSharp is a family of Open Source projects, each with one goal - To enable great .NET development in YOUR editor of choice....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes! Awesome 😃 Didn’t even need to uninstall/reinstall Omnisharp, just had to find and remove the problematic exclude. In my case it was
"**/**.prefab": true,
Thanks @grofie!