-
Notifications
You must be signed in to change notification settings - Fork 16
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
VS Code hangs with the renderer at 100% CPU when indexing large new project #58
Comments
I have observed this too (on Linux). The help text in the settings is misleading:
If left unconfigured it lands in the
Not directly related to the issue at hand, but this appears to be out of date also. My cache directory appears to automatically put subdirectories within my cache directory that are derived from the workspace path, so there are no clashes when configured in the user settings (a good thing, but this statement should probably be removed/updated). |
I have taken "on macOS" out of the title since other people are reproducing this on Linux. |
One more observation: It appears that when leaving the setting blank in User Settings, it automatically populates |
The reason seems to be that since the default config places the cquery cache in the project directory, VSCode tries to watch all the files in the cache as cquery adds them. Changing the cache directory to be outside of the workspace fixes the issue.
The text was updated successfully, but these errors were encountered: