-
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
Provide a way to restart cquery #39
Comments
Just tried this hoping it would basically reload the compile_commands.json file and reindex. It didn't seem to do that, and I found syntax highlighting seemed to stop working properly after the restart command. I found rather than doing
doing this instead
got the what I would have expected of a restart. |
I faced the same when I simply killed cquery process and the new spawned one didn't work properly |
sending the above notification definitely works it reloads the json and after it completed its jobs i got the correct inactive #ifdef'd regions for the build that generated the json which is what i was after. |
I think this issue deserves separate ticket |
Currently any change in compile_commands won't be relfected in cquery resulting that you need to reload vscode workspace. At the same time killing cquery process restarts cquery, but the restarted version is unusable since it generates a lot of warning if you edit the code.
The text was updated successfully, but these errors were encountered: