Unable to run C in vs code #7245
Unanswered
Deleted user (ghost)
asked this question in
Q&A
Replies: 1 comment
|
I think that error is coming from PowerShell. The "&&" is not valid with the latest version PowerShell. If the CodeRunner extension is responsible you should file an issue there. Maybe you could try using a different shell, such as cmd. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello Guys
I have an error while I tried to run a C code after configure my setting
{ "code-runner.runInTerminal": true, "C_Cpp.errorSquiggles": "Disabled" }Then here are the error I get when click on Run code
`PS E:\C C++ basics> cd "e:\C C++ basics" && gcc shit.c -o shit && "e:\C C++ basics"shit
The token '&&' is not a valid statement separator in this version.
At line:1 char:25
Then I need helps from you
Thanks
All reactions