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

[FEAT] Extension setting for "externalConsole" in launch.json #139

Open kiraYuukiAsuna opened 10 months ago

kiraYuukiAsuna commented 10 months ago

Could you provide a setting item in extension settings to choose either generate "externalConsole": false or "externalConsole": true. I like to use "externalConsole": false but by default the generated attibute is "externalConsole": true, so every time I need to change it mannully. Thanks.

franneck94 commented 10 months ago

For my gcc/g++ on widows i need to have the external console. Otherwise, i dont see the cout and cin stuff

kiraYuukiAsuna commented 10 months ago

For my gcc/g++ on widows i need to have the external console. Otherwise, i dont see the cout and cin stuff

So could you provide a setting item in extension settings so that we can config this behavior?