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] Error Popup Window on Compilation Fail #136

Closed franneck94 closed 10 months ago

franneck94 commented 1 year ago

Add a Error Popup Window on Compilation Fail to make it clear to beginners that an exe cant be executed if the compilation has failed ;)

franneck94 commented 1 year ago

At first glance this seems to be NOT trivial to implement...

franneck94 commented 10 months ago

Improved messages for invalid compilers. That should be enough