We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56ffce3 + d4674b6 commit 59bf826Copy full SHA for 59bf826
.vscode/launch.json
@@ -30,28 +30,6 @@
30
"--nothreading"
31
],
32
"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
52
53
- "program": "${file}",
54
- "console": "externalTerminal"
55
}
56
]
57
0 commit comments