large folders in .cache/vscode-cpptools #12488
Answered
by
sean-mcmanus
maziar (maziar840)
asked this question in
Q&A
|
I have a limited quota and large folders in ~/.cache/vscode-cpptools that look like this: I have already set the Intelli Sense Cache Path to somewhere else, but these are still generated in that folder (after I delete them). Any ideas what they are and how to prevent them from being regenerated there? |
Answered by
sean-mcmanus
Jul 18, 2024
Replies: 1 comment 2 replies
|
maziar (@maziar840) You also have to set C_Cpp.default.browse.databaseFilename to something else, such as |
2 replies
Answer selected by
maziar840
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

maziar (@maziar840) You also have to set C_Cpp.default.browse.databaseFilename to something else, such as
"${workspaceFolder}/.vscode/vc.db".