Skip to content

Commit f1dfefd

Browse files
denishacquinDen
and
Den
authoredSep 26, 2024··
chore: add frontend debugging config for Chrome (#533)
* build: setup debugging for frontend * fix: normalize launch config name --------- Co-authored-by: Den <den@Deniss-MacBook-Pro.local>
1 parent c46afbe commit f1dfefd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎.vscode/launch.json

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"version": "0.2.0",
33
"configurations": [
4+
{
5+
"name": "Frontend: Launch Chrome",
6+
"type": "chrome",
7+
"request": "launch",
8+
"url": "http://localhost:8080",
9+
"webRoot": "${workspaceFolder}/frontend/src",
10+
"sourceMaps": true
11+
},
412
{
513
"name": "JsonRPC: Remote Attach",
614
"type": "debugpy",

0 commit comments

Comments
 (0)
Please sign in to comment.