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

Add subdirectories support? #155

Closed bigpin closed 5 months ago

bigpin commented 5 months ago

I found that currently only files in the root directory are supported for compilation. Could you please enable the compilation of files in all subdirectories as well? Perhaps it only requires modifying the logic in 'Vscode-C-Cpp-Runner/src/utils/fileUtils.ts'?

franneck94 commented 5 months ago

No, sorry. Porject with multiple source dirs wont be covered by this extension. This is then rather a use case for a cmake project