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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: