Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to clean c intellisense tags #715

Closed
samsong8610 opened this issue May 11, 2017 · 2 comments
Closed

How to clean c intellisense tags #715

samsong8610 opened this issue May 11, 2017 · 2 comments

Comments

@samsong8610
Copy link

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.

@sean-mcmanus
Copy link
Contributor

sean-mcmanus commented May 11, 2017

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 ).

@samsong8610
Copy link
Author

samsong8610 commented May 12, 2017

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.

@github-actions github-actions bot locked and limited conversation to collaborators Oct 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants