Skip to content
Snippets Groups Projects
Commit 74d7d7ae authored by Jonas Leder's avatar Jonas Leder
Browse files

add extra config to run Project

parent 8d38d0c5
Branches
Tags
Loading
......@@ -4,10 +4,18 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Aktuelle Datei",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
{
"name": "Python: URL shorter",
"type": "python",
"request": "launch",
"program": "main.py",
"console": "integratedTerminal"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment