Skip to content

Instantly share code, notes, and snippets.

@codetombomb
Last active September 23, 2020 18:58
Show Gist options
  • Save codetombomb/9011484e967bf0f565a50177be05aab0 to your computer and use it in GitHub Desktop.
Save codetombomb/9011484e967bf0f565a50177be05aab0 to your computer and use it in GitHub Desktop.
launch.json file
{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "internalConsole"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment