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 18ea605 commit ce46838Copy full SHA for ce46838
.vscode/launch.json
@@ -22,7 +22,18 @@
22
"request": "launch",
23
"name": "Debug Frontend: Launch Chrome against http://localhost:5173",
24
"url": "http://localhost:5173",
25
- "webRoot": "${workspaceFolder}/frontend"
+ "webRoot": "${workspaceFolder}/frontend",
26
+ // "runtimeExecutable": "/usr/bin/google-chrome"
27
+ },
28
+ ],
29
+ "compounds": [
30
+ {
31
+ "name": "Debug Fullstack",
32
+ "configurations": [
33
+ "Debug FastAPI Project backend: Python Debugger",
34
+ "Debug Frontend: Launch Chrome against http://localhost:5173"
35
36
+ "stopAll": true
37
},
38
]
39
}
0 commit comments