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

[ENH]: Add ability to change task terminal #90

Closed Kol9yN closed 1 year ago

Kol9yN commented 1 year ago

Currently by default it uses cmd on win10. I want to set it to Bash or Power Shell for example, in VSCode settings i change it to Bash as default, but your extension still run compiler and tasks in cmd. Thats not good. Thanks for your attention. Hope it will be fixed asap.

Kol9yN commented 1 year ago

Reasons why: Make it colorized :) Show more info about compile (how many time was spent to comlipe, etc)

Kol9yN commented 1 year ago

Thank you sooo much to accept my ticket :) Cant wait to try new feature :)

franneck94 commented 1 year ago

Currently, it is not planned. Especially PowerShell would make a lot of problems.

Kol9yN commented 1 year ago

Skip PowerShell? :) ;)

franneck94 commented 1 year ago

I have decided that i will not implement this.