Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Need info on reusing existing database #13508

Discussion options

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.

You must be logged in to vote

@NEELAKANTAPPA-M It's not possible. The database stores absolute paths of files.

Replies: 1 comment

Comment options

@NEELAKANTAPPA-M It's not possible. The database stores absolute paths of files.

You must be logged in to vote
0 replies
Answer selected by bobbrow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
Converted from issue

This discussion was converted from issue #13489 on April 15, 2025 16:31.

AltStyle によって変換されたページ (->オリジナル) /