Top "Vscode-code-runner" questions

Code Runner is an open-source extension for Visual Studio Code.

VSCode: The term 'python' is not recognized...but py works

I just installed python on VS Code and I can't run any python code using python command. python command: Running …

python build visual-studio-code automation vscode-code-runner
How to setup Code Runner in Visual Studio Code for Python

I have installed Visual Studio Code 1.23.1 and added extensions - Python, Code Runner. With Code Runner, now I can see …

visual-studio-code python-3.6 vscode-code-runner
In VSCode, how do you stop code that is running via the Code Runner extension?

I'm running a python flask server locally by clicking the run button in VSCode (provided by the Code Runner extension). …

visual-studio-code vscode-code-runner
VS Code Doesn't Recognize Python Virtual Environment

I'm using VS Code on a Mac to write Python code. I've created a virtual environment named 'venv' inside my …

python visual-studio-code vscode-code-runner
Getting error: /bin/sh scriptcs: command not found

I'm using Visual Studio Code for Mac, running extension CodeRunner. I've got a simple program: using System; namespace HelloWorldApplication { class …

c# visual-studio-code scriptcs vscode-code-runner
VSCode not running Python

I'm using the newest version of VSCODE and Python 3.6 (64bit) on Windows 10. I have the "Python" extension installed (the one …

python windows visual-studio-code vscode-code-runner
How to run javascript code in Visual studio code? /bin/sh: 1: node: not found

I just started learning programming and I installed Visual Studio Code to write javascript in. I installed the Code Runner …

javascript node.js visual-studio-code vscode-code-runner
Why doesn't Console.WriteLine work in Visual Studio Code?

I have scriptcs and coderunner installed on Visual Studio Code. When I run a simple program that includes Console.WriteLine("…

c# visual-studio-code scriptcs vscode-code-runner
VS Code Code Runner doesn't work with virtualenvs

I can't get Code Runner extension to work with virtualenvs. Whenever I try to run code that imports a library …

python python-3.x visual-studio-code virtualenv vscode-code-runner
'Run code' is not working in Visual Studio Code

When I click 'Run code' on the top right corner, or right click then click 'Run code', or use Ctrl+…

visual-studio-code vscode-settings vscode-code-runner