You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
@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.
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).The text was updated successfully, but these errors were encountered: