Back to Browse

How to setup VS Code to run code in external terminal like CodeBlocks or Microsoft VS?

11.9K views
Oct 20, 2023
4:27

This video will: 1. Show you the code that causes Code runner extension to run code similar to code::blocks. Code that makes it possible: "cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && start cmd /k \"$dir$fileNameWithoutExt\"", The Original: "cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt", Thumbnail info: Thinking Icon reference: Thinking Face icon by Icons8 Gear Icon reference: Settings icon by Icons8

Download

1 formats

Video Formats

360pmp47.1 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

How to setup VS Code to run code in external terminal like CodeBlocks or Microsoft VS? | NatokHD