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

Hope to add an option to close the extension's auto start-up. #20

Closed XIVN1987 closed 3 years ago

XIVN1987 commented 3 years ago

Sometimes I open a directory just to read and study someone else's code. Do not want C/C++ Runner to modify the configuration file. If need using it, i can activate it manually.

franneck94 commented 3 years ago

For the moment the easiest way would be to deactivate the extension per default and only activate it for certain workspaces.

XIVN1987 commented 3 years ago

Yeah, this a good method. Thanks very much.