Reputation: 495
I often like to use VSCode to quick view some projects to pull snippets from them. However, this leads to a ton of additional .vscode folders being placed on my drive in any folder I use the right-click -> Open with VSCode option.
Is there a way to disable this folder from being created every time vscode loads somewhere new?
Upvotes: 8
Views: 6990
Reputation: 495
This issue was due to the 'C/C++ for Visual Studio Code' extension being outdated. Upgrading to the latest version of this extension has fixed the problem.
Upvotes: 2
Reputation: 1
That is not the standard behaviour of VSCode, normally the .vscode
only gets generated once there is something like a launch.json
put into it. Mind checking what's actually in there?
Upvotes: 0