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

syntax error near unexpected token `&&' #103

Closed wangbaonan closed 1 year ago

wangbaonan commented 1 year ago

Dear team, Hello, after I updated the Vscode-C-Cpp-Runner this morning, I found that my previous C++project could not compile properly. I found that there was an extra&&in front of the compile command. Can you tell me how to solve this problem.Here is my error report:

/bin/bash -c && g++ -Wall -Wextra -Wpedantic --std=c++17 /bin/bash: -c: line 0: syntax error near unexpected token &&' /bin/bash: -c: line 0: && g++ -Wall -Wextra -Wpedantic --std=c++ .......

Thank you!

franneck94 commented 1 year ago

Fixed in 9c403e4dab172d4c010ab425586829ebeec9a374