Skip to content

Instantly share code, notes, and snippets.

@tmwatchanan
Created March 10, 2022 17:58
Show Gist options
  • Save tmwatchanan/fdd8226d65e9f62794ccebb4cdd53460 to your computer and use it in GitHub Desktop.
Save tmwatchanan/fdd8226d65e9f62794ccebb4cdd53460 to your computer and use it in GitHub Desktop.
CodeRunner settings
{
"code-runner.runInTerminal": true,
"code-runner.executorMap": {
"python": "python3",
"cpp": "cd $dir && g++ -std=c++17 $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment