You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed a lib from package tool and intellisense worked perfectly. When I remove this lib and reinstall from source code in which the signature of some functions are changed. But the IDE provides both tags for me.
How to clean unused tags? Restarting can not work.
Thanks.
The text was updated successfully, but these errors were encountered:
Remove the .browse.vc.db file (OS-dependent location) or change the databaseFilename setting in the c_cpp_properties.json. We plan to fix this so it automatically cleans up the database (#464 ).
I removed the .browse.vc.db files by rm -f $HOME/.config/User/workspaceStorage/XXXXX/ms-vscode.cpptools/.browse.vc.db* and reopen the workspace, the db is reset. Thanks.
BTW, the default location is like $HOME/.config/Code/User/workspaceStorage/<workspace hash>/ on linux or C:\Users\<user>\AppData\Roaming\Code\User\workspaceStorage on windows.
I installed a lib from package tool and intellisense worked perfectly. When I remove this lib and reinstall from source code in which the signature of some functions are changed. But the IDE provides both tags for me.
How to clean unused tags? Restarting can not work.
Thanks.
The text was updated successfully, but these errors were encountered: