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] Whitespaces in file names will fail the compilation #76

Closed franneck94 closed 1 year ago

franneck94 commented 2 years ago

I can't figure out how to get this working... Somehow the vscode Task API does not like this

franneck94 commented 1 year ago

Note: If the absolute path of the project has whitespaces, this is fine.

However, there the Compiler warnings are not mapped to the correct files in the problem tab.

See: #86

franneck94 commented 1 year ago

Fixed in 5.2.2