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

BUG: If no CMD arguments are passed there is an entry in launch.json #67

Closed franneck94 closed 2 years ago

franneck94 commented 2 years ago

If no CMD arguments are passed there is an entry in launch.json that is just an empty string which will be given to the executable call and hence the argc == 2.