Skip to content

Instantly share code, notes, and snippets.

@sjsakib
Created April 21, 2016 22:22
Show Gist options
  • Save sjsakib/9b29ec7a8bbd8dee56942e44929933ca to your computer and use it in GitHub Desktop.
Save sjsakib/9b29ec7a8bbd8dee56942e44929933ca to your computer and use it in GitHub Desktop.
{
"shell_cmd": "start cmd /k \"python ${file} & pause & exit\"",
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"working_dir": "${file_path}",
"selector": "source.python",
"variants":
[
{
"name": "Inspect",
"shell_cmd": "start cmd /k \"python -i ${file} & exit\""
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment