Type: LanguageService
Describe the bug
- OS and Version: Windows 10 remote SSH to Linux
- VS Code Version: latest insiders
- C/C++ Extension Version: 0.25.1
- Other extensions you installed (and if the issue persists after disabling them):
- A clear and concise description of what the bug is.
If I update the code on the remote server e.g. doing a git pull or checking out a new branch, the C intellisense DB isn't updated so e.g. find-all-references won't find new references due to the update.
To Reproduce
- In VSCode, have open the file defining something (say, a function).
- On the server, pull in changes that introduce a new referenc to the function in another file (not already open in VSCode), using e.g. git pull / checkout new branch.
- In VSCode, perform find-all-references from the function definition.
Expected behavior
The new reference should be found. Instead, it will only be found after I either:
- Open the file with the new reference, OR
- Reset intellisense DB
Screenshots
Additional context
Type: LanguageService
Describe the bug
If I update the code on the remote server e.g. doing a git pull or checking out a new branch, the C intellisense DB isn't updated so e.g. find-all-references won't find new references due to the update.
To Reproduce
Expected behavior
The new reference should be found. Instead, it will only be found after I either:
Screenshots
Additional context