syntax error near unexpected token `&&'
Closed this issue · 1 comments
wangbaonan commented
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
Fixed in 9c403e4