Skip to content

Instantly share code, notes, and snippets.

@nakashkumar
Created October 11, 2020 08:43
Show Gist options
  • Save nakashkumar/32b455f63d52493fbff1c7258c723481 to your computer and use it in GitHub Desktop.
Save nakashkumar/32b455f63d52493fbff1c7258c723481 to your computer and use it in GitHub Desktop.
{
"cmd":[
"g++",
"$file_name",
"-o",
"${file_base_name}.exe",
"&&",
"start",
"cmd",
"/k",
"( $file_base_name && pause && exit )"
],
"selector":"source.cpp",
"working_dir":"${file_path}",
"shell":true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment