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

Vscode whitelist .history folder from omnisharp analyzers #138

Open
sirdawidd opened this issue Sep 3, 2021 · 0 comments
Open

Vscode whitelist .history folder from omnisharp analyzers #138

sirdawidd opened this issue Sep 3, 2021 · 0 comments

Comments

@sirdawidd
Copy link

Is there a way to whitelist .history folder in the workspace folder, instead to keep .history out of workspace dir?

By default if I will have .history folder in workspace omisharp analyzers are taking into account all files (as it`s not possible to exclude from omnisharp any directory dotnet/vscode-csharp#1694 ). This creates a problem when .history directory have huge number of files. then omnisharp analyzers are going to timeout.

Miscellaneous file: c:\Users\user\repos\app.history\SomeProj\CreateCommand_20210903124654.cs added to workspace
[warn]: OmniSharp.Roslyn.CSharp.Workers.Diagnostics.AnalyzerWorkQueue
Timeout before work got ready for foreground analysis queue. This is assertion to prevent complete api hang in case of error.

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

No branches or pull requests

1 participant