-
Notifications
You must be signed in to change notification settings - Fork 416
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
Improve the "scan-all" behavior of all project systems #896
Comments
Actually, this is not just scripting - MSBuild project system does the same thing if it doesn't have SLN
At the very least, in all cases, we could exclude the common nasty folder names like |
I think there are a couple of things to do here.
FWIW, I actually dislike the depth limit because it's hard to tell why a project didn't load if it happens to be lower in the directory tree. |
As reported here, Cake Project System also suffers from this. Time to think of some default exclude patterns and create a helper for enumerating files? Maybe we can start from default .gitignore` that Github uses. Additionally, make the exclude patterns configurable via OmniSharp configuration system. |
As reported on chat today - the SearchOption.AllDirectories is a bit too much and can cause OmniSharp to load a long time.
The text was updated successfully, but these errors were encountered: