Vscode-cpptools: Browse database doesn't clear when there's a configuration change

Created on 27 Sep 2016  路  4Comments  路  Source: microsoft/vscode-cpptools

If includePaths are removed or limitSymbolsToIncludeHeaders change to true, the database isn't being reset, so there's too much stuff in the autocomplete.

Changing the databaseFilename is a workaround (deleting the old db would be good too).

Language Service bug fixed (release pending)

Most helpful comment

On Windows, the default is C:/Users/< user >/AppData/Roaming/Code/User/workspaceStorage/< some GUID >/ms-vscode.cpptools/.BROWSE.VC.DB. You can rename the file via the configuration properties. On Linux...I'd have to check...somewhere similar.

All 4 comments

Where is the database stored?

On Windows, the default is C:/Users/< user >/AppData/Roaming/Code/User/workspaceStorage/< some GUID >/ms-vscode.cpptools/.BROWSE.VC.DB. You can rename the file via the configuration properties. On Linux...I'd have to check...somewhere similar.

@sean-mcmanus Thank you. I thought it was missing. And now find it.

This is fixed in 0.13.0

Was this page helpful?
0 / 5 - 0 ratings