Actual Behaviour: Creates a .vscode folder containing .browse.VC.db and .browse.VC.db-wal files even when folder contains no C/C++ files.mimorisuzuko commented Sep 8, 2016 I wrote the similar issue at #187 . The answer is as below. Which version of cpptools are you using? If you up...
This leads me to believe that VCcode is live all the time and that it should not do this, it should come alive when you compile and that is it. Other litter Ides do not do this, you don't see them work while they do nothing at all while you don't do anything with the loaded ...
Allow semicolons in browse.path. #1415 Fix to handle relative pathing in source file paths properly when normalizing. #1228 Fix delay in language service activation caused by cpptools.json downloading. #1429 Add C_Cpp.workspaceParsingPriority setting to enable using less than 100% CPU during par...
Regrettably, thevscode-cpptoolsextension does not currently support the syntax specified in@file.rsp. Please refer to this thread for more information. When calling Cmake, consider utilizing the Ninja generator. In my case (using mingw64 within MSys2), Ninja generated self-contained files that vsco...
最贱发现我的工作电脑莫名其妙的磁盘就满了,排查之后发现是vscode生成的.BROWSE.VC.DB文件超大,其中一个.BROWSE.VC.DB文件竟然超过了45GB,正准备给vscode反馈问题寻求解决方案时,看到了某位开发小哥遇到了同样的问题,后来发现是c++扩展库的问题,小哥吐槽链接:https://github.com/microsoft/vscode-cpptools/issues/...
Allow semicolons in browse.path. #1415 Fix to handle relative pathing in source file paths properly when normalizing. #1228 Fix delay in language service activation caused by cpptools.json downloading. #1429 Add C_Cpp.workspaceParsingPriority setting to enable using less than 100% CPU during par...
From @yoazmenda on April 15, 2016 15:7 VSCode Version: 1.0 OS Version: Windows 10 x64 Every time I open a project (Java project) a 4mb "browse.VC.db" file is being created in my repository that can't be deleted. Steps to Reproduce: start...
Moved from microsoft/vscode#10557 From @bharathitman VSCode Version: 1.4.0 OS Version: Windows 10 Steps to Reproduce: I was working on a simple angular 2 application for a few hours. When I was about to push the code I got an error sayin...
or cpptools can refuse to accept the restore. Start VSCode, however there is.BROWSE.VC.DB-shmand.BROWSE.VC.DB-walexist: Although you have did nothing wrong, but you're running out of luck. Therefore, open VSCode and wait the parse to complete, ...
I had situations where .browse.VC.db files where ~10GB (yes, lot's of source files to be indexed). I'm fine with this, but there should be some check in place that prevents those files from occupying all available disk space. How about going into some degraded-service behavior if les...