Skip to content

Commit ce46838

Browse files
committed
add debug launch config "Debug Fullstack"
1 parent 18ea605 commit ce46838

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.vscode/launch.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,18 @@
2222
"request": "launch",
2323
"name": "Debug Frontend: Launch Chrome against http://localhost:5173",
2424
"url": "http://localhost:5173",
25-
"webRoot": "${workspaceFolder}/frontend"
25+
"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
2637
},
2738
]
2839
}

0 commit comments

Comments
 (0)