atom0s
atom0s

Reputation: 495

Disable Auto Generation of .vscode Folder

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

Answers (2)

atom0s
atom0s

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

Luca Hagel
Luca Hagel

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

Related Questions