microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outline view is randomly incorrect after opening a file and pasting code

sean-mcmanus opened this issue · comments

Open a file, paste some variable declarations, repeat. Randomly the Outline view will have the symbols missing, even after further document symbol requests are sent.

The database and workspace symbol searching is correct -- just the Outline (documentSymbol) is returning stale values.