Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save minhducsun2002/51522f9196d0aca6b7d405fa05866408 to your computer and use it in GitHub Desktop.
Save minhducsun2002/51522f9196d0aca6b7d405fa05866408 to your computer and use it in GitHub Desktop.
{
"cmd": ["g++", "-std=c++17", "${file}", "-lncurses", "-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