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

Fix whitespaces Bug #104

Closed GrossoLuca closed 1 year ago

GrossoLuca commented 1 year ago

Hello, I've tried on VSCode - Insiders, Clang V14.0.3 This is working to me, but I'm quite new to developing so I don't know if it's just this.

franneck94 commented 1 year ago

I will check this the next days

franneck94 commented 1 year ago

On Windows GCC and MSVC it still failes with whitespace in file name.

GrossoLuca commented 1 year ago

Can you please paste the output string and the error codes? I'm on Mac OS and it is working fine.

franneck94 commented 1 year ago

Okay i figured out how to solve it with MSVC. I already took your code change, thanks.