Replies: 1 comment 1 reply
-
@vgagrani With C_Cpp.loggingLevel set to "Debug" what does the logging show in regards to the database being reset? It's supposed to show an error message about why the database is being reset. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
bvdev@429[~/src/browse/.vscode]#ls -lha
total 1.1G
drwxr-xr-x. 2 vivek.gagrani Engineering 4.0K Nov 7 17:33 ./
drwxr-xr-x. 8 vivek.gagrani Engineering 4.0K Nov 7 17:24 ../
-rw-r--r--. 1 vivek.gagrani Engineering 1.1G Nov 7 18:34 browse.vc.db
-rw-r--r--. 1 vivek.gagrani Engineering 556 Nov 7 01:07 c_cpp_properties.json
-rw-r--r--. 1 vivek.gagrani Engineering 0 Nov 7 18:34 .nfs0000000003f6090d00000040
-rw-r--r--. 1 vivek.gagrani Engineering 32K Nov 7 18:34 .nfs0000000003f6090e0000003f
-rw-r--r--. 1 vivek.gagrani Engineering 936 Nov 7 16:58 settings.json
bvdev@429[~/src/browse/.vscode]#ls -lha
total 1.1G
drwxr-xr-x. 2 vivek.gagrani Engineering 4.0K Nov 14 13:26 ./
drwxr-xr-x. 8 vivek.gagrani Engineering 4.0K Nov 7 17:24 ../
-rw-r--r--. 1 vivek.gagrani Engineering 4.8M Nov 14 13:29 browse.vc.db
-rw-r--r--. 1 vivek.gagrani Engineering 32K Nov 14 13:29 browse.vc.db-shm
-rw-r--r--. 1 vivek.gagrani Engineering 8.0M Nov 14 13:29 browse.vc.db-wal
-rw-r--r--. 1 vivek.gagrani Engineering 556 Nov 7 01:07 c_cpp_properties.json
-rw-r--r--. 1 vivek.gagrani Engineering 1.1G Nov 14 13:26 .nfs0000000003f6090800000051
-rw-r--r--. 1 vivek.gagrani Engineering 4.0M Nov 14 12:45 .nfs000000000a953eed00000050
-rw-r--r--. 1 vivek.gagrani Engineering 32K Nov 14 13:26 .nfs000000000a953eee0000004f
-rw-r--r--. 1 vivek.gagrani Engineering 938 Nov 7 19:20 settings.json
everytime I remote login ssh to my system, intellisense recreate the vc.db from the scratch again. I have a big project alomost 11G , and intellisense starts creating the symbol database again whenever I login or if somehow my ssh goes to reconnect state. This is realluy time consuming. There are few instances already opened and closed for this and I followed whatever there on those incidents mentioned but still there is no luck. Some of the similar incidents reported are
this and this
Below is my workspace settings.json file
bvdev@429[~/src/browse/.vscode]#cat c_cpp_properties.json
code --list-extensions --show-versions
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Can someone please help me on this
Beta Was this translation helpful? Give feedback.
All reactions