Skip to content

Instantly share code, notes, and snippets.

@JakubBlaha
Created April 24, 2020 09:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JakubBlaha/681d26d45bd4bd6651f7f82eb917c862 to your computer and use it in GitHub Desktop.
Save JakubBlaha/681d26d45bd4bd6651f7f82eb917c862 to your computer and use it in GitHub Desktop.
Pipenv VS Code build task
{
"version": "2.0.0",
"tasks": [
{
"label": "Run",
"type": "shell",
"command": "${config:python.pythonPath} ./main.py",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment