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