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] Split compile commands in multiple vscode.Tasks #48

Closed franneck94 closed 2 years ago

franneck94 commented 2 years ago

Feature Request

Split compile commands in multiple vscode.Tasks. Because currently, the vscode task command could be too long for the operating system to handle.

Needed changes

Update handler functions

franneck94 commented 2 years ago

Now using relative paths for building the binary, hence the console output is shortened and more readable