I'm having unexpected problems with my clangd project configuration now -
Issue:
- Sometimes .clangd will show git changes and the project won't be able to debug anymore
When this happens, to restore my debug sessions working I have to delete the project's
.glangd file & check it back out from the project repo, and then launching a debug session works just fine. What is happening?
Observation
- 'git diff' shows no changes but 'git status' says that .glangd is "modified:"
What is happening here?