question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Omnisharp doesn't work, VSCode output doesn't even include Omnisharp in the dropdown list

See original GitHub issue

Environment 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:

  1. opening many different projects
  2. Removing and installing the extension
  3. removing and installing VSCODE
  4. Installing Mono and dotnet again and again 😃
  5. 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:open
  • Created 6 years ago
  • Reactions:4
  • Comments:46 (12 by maintainers)

github_iconTop GitHub Comments

3reactions
Sebioffcommented, Nov 21, 2017

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,

1reaction
DustinCampbellcommented, May 29, 2018

Thanks @grofie!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found