Skip to content

Instantly share code, notes, and snippets.

@pielegacy
Created December 30, 2016 04:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pielegacy/5ff0adc3784c78e24095128c51cefbc6 to your computer and use it in GitHub Desktop.
Save pielegacy/5ff0adc3784c78e24095128c51cefbc6 to your computer and use it in GitHub Desktop.
Python single file task runner
{
// Python Single File Task Runner for VS Code
// Written by Alex Billson (pielegacy)
"version": "0.1.0",
"command": "python",
"isShellCommand": true,
"args": [
"${file}"
],
"showOutput": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment