You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
495 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Python: Current File",
"type": "shell",
"command": "${command:python.interpreterPath} ${file}",
"args": [],
"group": "build"
},
{
"label": "Python: Main File",
"type": "shell",
"command": "${command:python.interpreterPath} ${workspaceFolder}/main.py",
"args": [],
"group": "build"
}
]
}