-
Notifications
You must be signed in to change notification settings - Fork 90
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
VsChromium Index Details window is empty in VS2019 16.5.2 #60
Comments
Does this still happen? One thing that could help is to attach the log files to this bug, just to see if there is a meaningful error logged in there. The log files are located in "%LOCALAPPDATA%\VsChromium". Up to 10 files of 2MB files each are use for logging. VsChromium.log is used for information/warning/error level logging. |
Index details seem to show up with v0.33 pre-release. However after using native find-in-files, the details stop working. Presumably same issue as #61. Potentially some kind of deadlock / soft error affecting the server, making it unresponsive to any further queries. |
Instead of implementing a custom queue with custom locks, CustomThreadPool now uses a single BlockingCollection to add elements, and a fixed set of threads consuming elements concurrently using GetConsumingEnumerable. This fixes bug #60 and #61, at the expense of losing the ability of shutting down idle threads in the pool. We decreased the pool size from 10 to 5.
I'm on VsChromium-0.9.31 and using a custom vs-chromium-project.txt with Unreal Engine codebase. Indexing and searching functionality works, but index details window contents shows up empty. No projects, no files, etc.
The text was updated successfully, but these errors were encountered: