-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Need info on reusing existing database #13508
Answered
by
sean-mcmanus
NEELAKANTAPPA-M
asked this question in
Q&A
-
Our teams mostly works on common linux source code.
database size for this code is approx 3GB.
I would like to know is there any ways to have this one copy of database & circulate it to others. So that they no need to parse again.
I tried to do this by specifying database path with "databaseFilename" : "${workspaceFolder}/.vscode/browse.vc.db"
in c_cpp_properties.json.
But that didn't help. extension started again parsing.
Beta Was this translation helpful? Give feedback.
All reactions
Answered by
sean-mcmanus
Apr 11, 2025
@NEELAKANTAPPA-M It's not possible. The database stores absolute paths of files.
Replies: 1 comment
-
@NEELAKANTAPPA-M It's not possible. The database stores absolute paths of files.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Answer selected by
bobbrow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment