-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Feature: DevTools (Copilot)Repros with the C/C++ DevTools extension installed (along with Copilot)Repros with the C/C++ DevTools extension installed (along with Copilot)Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.regressionA bug that didn't exist in a previous releaseA bug that didn't exist in a previous release
Milestone
Description
- Do a Reset Database (it might also repro with a new project with no database, not sure).
- With the C/C++ DevTools extension installed with "cpp-devtools.enableCppCodeEditingTools": true use a query like
how many references to mySymbol are there? #GetSymbolReferences_CppTools.
Bug: cpptools.exe can get permanently stuck if the getWorkspaceSymbol occurs while after the database reset and the database is still empty.
Doesn't repro with 1.31.0 or earlier.
It seems to require workspace symbols to be invoked by DevTools and not user invoked, maybe because the user invoked method triggers a cancel if the UI is abandoned.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature: DevTools (Copilot)Repros with the C/C++ DevTools extension installed (along with Copilot)Repros with the C/C++ DevTools extension installed (along with Copilot)Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.regressionA bug that didn't exist in a previous releaseA bug that didn't exist in a previous release
Type
Projects
Status
Done