Skip to content

Commit 1af6204

Browse files
committed
\
1 parent e9a4bf5 commit 1af6204

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.vscode/launch.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "Launch Chrome against localhost, with sourcemaps",
6+
"type": "chrome",
7+
"request": "launch",
8+
"url": "http://localhost:8080",
9+
"sourceMaps": true,
10+
"webRoot": "${workspaceRoot}"
11+
},
12+
{
13+
"name": "Attach to Chrome, with sourcemaps",
14+
"type": "chrome",
15+
"request": "attach",
16+
"port": 9222,
17+
"sourceMaps": true,
18+
"webRoot": "${workspaceRoot}"
19+
}
20+
]
21+
}

0 commit comments

Comments
 (0)