Skip to content

Instantly share code, notes, and snippets.

@Grandolf49
Created April 30, 2020 16:55
Show Gist options
  • Save Grandolf49/df99907ae28a914905b4366f2daf097f to your computer and use it in GitHub Desktop.
Save Grandolf49/df99907ae28a914905b4366f2daf097f to your computer and use it in GitHub Desktop.
C++ Configuration for settings.json
"code-runner.executorMap": {
"cpp": "cd $dir && g++ -std=c++14 $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment