franneck94 / Vscode-C-Cpp-Runner

🚀 Compile, run and debug single or multiple C/C++ files with ease. 🚀
MIT License
53 stars 14 forks source link

.vscode folder without workspace settings #148

Closed Terve16 closed 8 months ago

Terve16 commented 8 months ago

.vscode folder without workspace settings

As soon as I open a .c file inside a workspace in VS Code, the .vscode folder is created altough I have not set any workspace settings. The files in the .vscode folder seem to belong to the Cpp runner extension. In most cases I use VS Code as an editor only and I do not want to have the .vscode folder. So I have to delete it very often. Can you please fix this or tell me how to change this behaviour?

franneck94 commented 8 months ago

No, sorry i wont change this. This is intended and needed behaviour of the extension.

You can disable the extension globally and only activate it in workspaces where you really need it