Skip to main content
grammar, typos, main step
Source Link
Jabberwocky
  • 51.3k
  • 18
  • 71
  • 127

I installed the plugin code-Runner, normally if you get the gcc already installed and working would be working at the moment you install it.

https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner

You just click the play (or run) button, it will opens automatically a console inside the VS-Code and run the actual program.

If the problem is only with scanf persists, you can try this Go to File > Preferences -> User Settings and add custom settings:

{
    "code-runner.runInTerminal": true
}

Here's the source of the explanation: https://github.com/formulahendry/vscode-code-runner/issues/72

PDPs: Be careful, only accepts single file programs, in the beginning is useful, but maybe later would change to others more complex.

I installed the plugin code-Runner, normally if you get the gcc already installed and working would be working at the moment you install it.

https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner

You just click the play (or run) button, it will opens automatically a console inside the VS-Code and run the actual program.

If the problem is only with scanf persists, you can try this Go to File > Preferences -> User Settings and add custom settings:

{
    "code-runner.runInTerminal": true
}

Here's the source of the explanation: https://github.com/formulahendry/vscode-code-runner/issues/72

PD: Be careful, only accepts single file programs, in the beginning is useful, but maybe later would change to others more complex.

I installed the plugin code-Runner, normally if you get the gcc already installed and working would be working at the moment you install it.

https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner

You just click the play (or run) button, it will opens automatically a console inside the VS-Code and run the actual program.

If the problem is only with scanf persists, you can try this Go to File > Preferences -> User Settings and add custom settings:

{
    "code-runner.runInTerminal": true
}

Here's the source of the explanation: https://github.com/formulahendry/vscode-code-runner/issues/72

Ps: Be careful, only accepts single file programs, in the beginning is useful, but maybe later would change to others more complex.

grammar, typos, main step
Source Link

I installed the plugin code-Runner, normally if you get the gcc already installed and working would be working at the moment you install it.

https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner

You just click dethe play (or run) button, it will opens automatically a console inside the VCodeVS-Code and run the actual program.

If the problem is only with scanfscanf persists, you can try this Go to File > Preferences -> User Settings and add custom settings:

{
    "code-runner.runInTerminal": true
}

HeresHere's the source of the explanation: https://github.com/formulahendry/vscode-code-runner/issues/72

PD: Be carefullcareful, only accepts single file programs, in the beginingbeginning is usefulluseful, but maybe later would change to others more complex.

I installed the plugin code-Runner, normally if you get the gcc already installed and working would be working at the moment you install it.

https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner

You just click de play (or run) button, opens automatically a console inside the VCode and run the actual program.

If the problem is only with scanf persists, you can try this

{
    "code-runner.runInTerminal": true
}

Heres the source of the explanation: https://github.com/formulahendry/vscode-code-runner/issues/72

PD: Be carefull, only accepts single file programs, in the begining is usefull, but maybe later would change to others more complex.

I installed the plugin code-Runner, normally if you get the gcc already installed and working would be working at the moment you install it.

https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner

You just click the play (or run) button, it will opens automatically a console inside the VS-Code and run the actual program.

If the problem is only with scanf persists, you can try this Go to File > Preferences -> User Settings and add custom settings:

{
    "code-runner.runInTerminal": true
}

Here's the source of the explanation: https://github.com/formulahendry/vscode-code-runner/issues/72

PD: Be careful, only accepts single file programs, in the beginning is useful, but maybe later would change to others more complex.

Source Link

I installed the plugin code-Runner, normally if you get the gcc already installed and working would be working at the moment you install it.

https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner

You just click de play (or run) button, opens automatically a console inside the VCode and run the actual program.

If the problem is only with scanf persists, you can try this

{
    "code-runner.runInTerminal": true
}

Heres the source of the explanation: https://github.com/formulahendry/vscode-code-runner/issues/72

PD: Be carefull, only accepts single file programs, in the begining is usefull, but maybe later would change to others more complex.