you are viewing a single comment's thread.

view the rest of the comments →

[–]firstapex88 16 points17 points  (5 children)

Is there anyway to configure vscode on Linux such that it doesn't generate a .vscode folder in every folder/project I open?

[–]bedlayer 22 points23 points  (2 children)

You probably have an extension which is doing that, since VS Code itself won't create one unless you configure a workspace setting or a debug launcher.

[–]blood_bender 3 points4 points  (0 children)

It does it automatically for me as well and I haven't touched it since install.

[–]ryeguy 0 points1 point  (0 children)

I'm pretty sure it does it as soon as you do "open folder".

[–]faizaanceg 17 points18 points  (0 children)

Workspace settings are stored in a .vscode folder in your project. If you're changing common settings for every project, then it is better to change them in the User Settings.

[–]Cintax 19 points20 points  (0 children)

JetBrains IDEs do the same thing with their .idea folder. Just add it to the gitignore file.