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] Project paths with whitespaces will have false compiler warnings to file mappings #86

Closed franneck94 closed 1 year ago

franneck94 commented 1 year ago

For Example the project is:

C:/Users/Peter Griffin/code/

and this is opened in VSCode, it will compile but the warnings are not mapped to the correct files.

franneck94 commented 1 year ago

Should be able to fix this with: https://code.visualstudio.com/updates/v1_74#_tasks

franneck94 commented 1 year ago

Seems like from the API side the update is not implemented

franneck94 commented 1 year ago

Seems like it is not on the TODO by MS

https://github.com/microsoft/vscode/issues/169110

franneck94 commented 1 year ago

Fixed in 5.2.2