

Press Ctrl + Alt + N (or click the Play Button on the top right corner or press F1 and then select/type Run Code) to run a code file with the configured program.

"c": "cd $dir & gcc $fileName -o $fileNameWithoutExt & $dir$fileNameWithoutExt" "java": "cd $dir & javac $fileName & java $fileNameWithoutExt", Here's the sample from Code-Runner (usually you do not need to modify): Adapt the executor map as needed for your environment. When working with command line tools, it's also a good idea to add them to the environment PATH to make them available in every directory. Of course, the programming languages must be installed on your computer. Paste the path to each programming language in here (see below) and press Ctrl + S to save the new settings. To set the executor path for the most common programming languages on your computer, check File / Preferences / Settings and open the Workspace Settings tab as shown here (see more at User and Workspace Settings). See all keyboard shortcuts at Windows, macOS and Linux.Īs described in the Code-Runner marketplace description, the configuration must know, where to find the runtime executor. To run a command, launch the Command Palette with F1 or Ctrl + Shift + P, run Quick Open by pressing Ctrl + P, etc. If you are new to VS Code, at a glance: To install the latest version of VS Code, get the download for Windows, Linux or macOS.

Check out this quick description how to configure and use Code Runner. With extensions as Code-Runner, it's easy to run a code file or active text directly from the VS Code text editor. Visual Studio Code (currently, Version 1.22 is available) is a very cool developer tool providing a modern and fast code editor with a bunch of extensions.
