large folders in .cache/vscode-cpptools #12488
-
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? |
Beta Was this translation helpful? Give feedback.
Answered by
sean-mcmanus
Jul 18, 2024
Replies: 1 comment 2 replies
-
@maziar840 You also have to set C_Cpp.default.browse.databaseFilename to something else, such as |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
maziar840
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@maziar840 You also have to set C_Cpp.default.browse.databaseFilename to something else, such as
"${workspaceFolder}/.vscode/vc.db"
.