Skip to content
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

Possible to tell Omnisharp to completely disregard specific folder(s) in Workspace? #1130

Open
patriksvensson opened this issue Mar 10, 2018 · 3 comments

Comments

@patriksvensson
Copy link

patriksvensson commented Mar 10, 2018

Is it possible to tell OmniSharp to completely disregard one or many specific folders in Workspace?

In my case I have a project that has both .NET solutions and a Rust project and OmniSharp keeps crashing when it tries to load native projects that are part of the Rust build. In this case I would like to tell OmniSharp that it shouldn't try to load project/solution files under ./target (which is Rust's equivalent to bin/obj-folders in .NET).

@DustinCampbell
Copy link
Contributor

DustinCampbell commented Mar 12, 2018

Thanks for filing this @patriksvensson. Several of us were discussing this recently. I want it too. 😄

@patriksvensson
Copy link
Author

@DustinCampbell No problem. If there's any way I can help out with this then let me know. If it's not super complicated I could take a stab at sending a PR your way.

@filipw
Copy link
Member

filipw commented Mar 12, 2018

looks like a duplicate of #1126 which we closed as duplicate of #896 😊

A related issue (on the VS Code side) is here dotnet/vscode-csharp#1694

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants