Replies: 1 comment 4 replies
-
In general, there is no way to transfer the database file to another device -- all the paths stored in the database would have to exist, which definitely won't work between Mac and Windows. You could try copying over the database file from one Windows machine to another, but I'm not sure if it'll work or not. You may also be able to speed up the tag parsing by adding certain folders to the C_Cpp.files.exclude setting. The database created from tag parsing is supposed to be preserved across sessions, but there are cases where this may not happen (#9837). |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am currently tracing a large project, The tag parser takes me a long time to resolve the include path.
I have 3 devices, which are Macbook, and two windows desktops.
My question is, do I need to run the
tag parser
every time when I start a new session on my device?Is there sth like a result file that I can clone into every device?
I already Google it, but still can't find the answer.
Can anyone help me?
Beta Was this translation helpful? Give feedback.
All reactions