Skip to content

Commit ff66088

Browse files
committed
Removed confusing "Python: Flask" launch configuration
1 parent 68655ef commit ff66088

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.vscode/launch.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,6 @@
3131
],
3232
"django": true
3333
},
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-
},
4934
{
5035
"name": "Python: Current File (External Terminal)",
5136
"type": "python",

0 commit comments

Comments
 (0)