vscode-codeql
vscode-codeql copied to clipboard
Find references/definition not working for C++ code when the vscode-codeql extension is activated
To reproduce:
- Install
ms-vscode.cpptools - Open a workspace with no codeql databases and ensure the
vscode-codeqlextension is not activated - Add a folder with C/C++ code
- Notice that jump to definition is working
- Add a codeql database
- Try C++ code navigation again
BUG: Code navigation finds no definitions or references.