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.
1 parent ddc6f1b commit 0e19ff4Copy full SHA for 0e19ff4
.vscode/launch.json
@@ -6,10 +6,11 @@
6
"configurations": [
7
{
8
"name": "Python: Quart",
9
- "type": "python",
+ "type": "debugpy",
10
"request": "launch",
11
"module": "quart",
12
"cwd": "${workspaceFolder}/app/backend",
13
+ "python": "${workspaceFolder}/app/backend/backend_env/bin/python",
14
"env": {
15
"QUART_APP": "main:app",
16
"QUART_ENV": "development",
0 commit comments