Skip to content

Commit

Permalink
Update launch.json with python backend path (#1022)
Browse files Browse the repository at this point in the history
* Update launch.json with python backend path

* Change python to debugpy
  • Loading branch information
pamelafox authored Feb 28, 2024
1 parent ddc6f1b commit 0e19ff4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
"configurations": [
{
"name": "Python: Quart",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "quart",
"cwd": "${workspaceFolder}/app/backend",
"python": "${workspaceFolder}/app/backend/backend_env/bin/python",
"env": {
"QUART_APP": "main:app",
"QUART_ENV": "development",
Expand Down

0 comments on commit 0e19ff4

Please sign in to comment.