Skip to content

Commit 0e19ff4

Browse files
authored
Update launch.json with python backend path (#1022)
* Update launch.json with python backend path * Change python to debugpy
1 parent ddc6f1b commit 0e19ff4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
"configurations": [
77
{
88
"name": "Python: Quart",
9-
"type": "python",
9+
"type": "debugpy",
1010
"request": "launch",
1111
"module": "quart",
1212
"cwd": "${workspaceFolder}/app/backend",
13+
"python": "${workspaceFolder}/app/backend/backend_env/bin/python",
1314
"env": {
1415
"QUART_APP": "main:app",
1516
"QUART_ENV": "development",

0 commit comments

Comments
 (0)