Skip to content

Instantly share code, notes, and snippets.

@minhducsun2002
Created December 20, 2017 09:52
Show Gist options
  • Save minhducsun2002/c145971c6e83a4b0eca40178380d4032 to your computer and use it in GitHub Desktop.
Save minhducsun2002/c145971c6e83a4b0eca40178380d4032 to your computer and use it in GitHub Desktop.
{
"cmd": ["g++", "-std=c++11", "${file}", "-o", "${file_base_name}.exe", "&&", "start", "cmd", "/k" , "$file_base_name"],
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"working_dir": "${file_path}",
"selector": "source.c, source.c++",
"shell": true,
"variants":
[
{
"name": "Run",
"cmd": ["start", "cmd", "/k", "${file_path}/${file_base_name}.exe"],
"shell": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment