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.

[Feature Request] Stop OmniSharp

See original GitHub issue

Background

When coding I often need to consult other projects / repos / branches / examples / samples / whatever - so I have multiple vscode windows open. And because they don’t have all the dependencies installed, OmniSharp complains, makes everything red, and grinds down my CPU.

I think consulting other repos while coding is something many devs do, so this is a common problem.

Proposal

Please add a new command to the vscode palette: OmniSharp: Stop Server.

If I open a temporary project, I’d immediately run that command to prevent the problems mentioned above.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:3
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
akshita31commented, May 29, 2019

image

@lonix1 We already have a setting called Omnisharp:AutoStart. If you disable that in the workspace settings for those particular projects, does it solve the issue ?

0reactions
bestknightercommented, May 12, 2022

Another use case: I increased the project load timeout to try and debug some omnisharp behavior for bug report. The problem was that I mistyped 3600 instead of 360 and the only way I managed to stop it was by restarting my computer. Which I personally believe to be far from ideal.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to stop omnisharp from scanning Temp/GeneratedCode ...
Disabling all vs code extensions except the C# extension but the problems persist. Regenerate project files. Add **/*.g.cs to {files: exclude, ...
Read more >
Disable Omnisharp/omnisharp-vim completion? : r/neovim
I use both coc-omnisharp and Omnisharp/omnisharp-vim. But both passes autocompletion/ intellisense suggestions and this results in several suggestion…
Read more >
OmniSharp.MSBuild.ProjectManager Attempted to update ...
I saw in some resource on the internet while they are typing using Microsoft. , EntityFrameworkCore showing as a suggestion. But In my...
Read more >
Visual Studio Code and Unity
All of the C# features are supported and more. ... root=true tells OmniSharp that this is your project root and it should stop...
Read more >
omnisharp-vscode - Discover .NET
Welcome to the C# extension for Visual Studio Code! This extension provides the following features inside VS Code: Lightweight development tools for .NET...
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