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

Extension's still not working on latest vscode version #60

Closed JaviooliUB closed 2 years ago

JaviooliUB commented 2 years ago

I have just updated the extension to 3.2.0 and the empty "> Executing task:" doesn't happen anymore. However, now every time I try to build (via ctrl+alt+B) I receive an Invalid argument error message because apparently "outDebug.exe" cannot be opened.

image

franneck94 commented 2 years ago

Does your workspace path contain whitespace?

JaviooliUB commented 2 years ago

Yes, it had whitespaces. I have removed them and now it works fine. What seems weird to me is my workspace has been the same for weeks (with whitespaces in the folders' names) and I haven't run into this issue until today...

franneck94 commented 2 years ago

Since the new vscode version 1.65 i had to change the code.

franneck94 commented 2 years ago

Should work again in 3.2.1. However, i am not able to get debugging working atm if there are whitespaces in the path.