Bug type: Language Service
Describe the bug
版本: 1.64.0-insider (system setup)
提交: 23aa7ad51c95d90d48b1d352a316d7f0c2c4310d
日期: 2022-01-18T09:44:38.476Z
Electron: 13.5.2
Chromium: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Windows_NT x64 10.0.14393
C/C++: 1.8.0-INSIDER
Steps to reproduce
- a
foo.h file
- a
foo.pln file witch code is cpp
- change the
.pln file association with cpp
- focus a function declaration in the header file, execute command
find all reference
- we could not see any reference in pln file
- open the pln with vscode
- execute command
find all reference again
- we could see that reference in pln file
Expected behavior
we could see reference in pln file
Screenshots

Additional context
pln is a special file extension of cpp in my solution
Bug type: Language Service
Describe the bug
版本: 1.64.0-insider (system setup)
提交: 23aa7ad51c95d90d48b1d352a316d7f0c2c4310d
日期: 2022-01-18T09:44:38.476Z
Electron: 13.5.2
Chromium: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Windows_NT x64 10.0.14393
C/C++: 1.8.0-INSIDER
Steps to reproduce
foo.hfilefoo.plnfile witch code is cpp.plnfile association with cppfind all referencefind all referenceagainExpected behavior
we could see reference in pln file
Screenshots
before open pln file in vscode

after open pln file in vscode

Additional context
plnis a special file extension of cpp in my solution