Skip to content

Commit 59bf826

Browse files
authored
Merge pull request #5 from browniebroke/clean-launch-flask
Clean unused & duplicate launch configs
2 parents 56ffce3 + d4674b6 commit 59bf826

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.vscode/launch.json

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -30,28 +30,6 @@
3030
"--nothreading"
3131
],
3232
"django": true
33-
},
34-
{
35-
"name": "Python: Flask",
36-
"type": "python",
37-
"request": "launch",
38-
"module": "flask",
39-
"env": {
40-
"FLASK_APP": "app.py"
41-
},
42-
"args": [
43-
"run",
44-
"--no-debugger",
45-
"--no-reload"
46-
],
47-
"jinja": true
48-
},
49-
{
50-
"name": "Python: Current File (External Terminal)",
51-
"type": "python",
52-
"request": "launch",
53-
"program": "${file}",
54-
"console": "externalTerminal"
5533
}
5634
]
5735
}

0 commit comments

Comments
 (0)