Skip to content

Commit 6ff3572

Browse files
committed
Add vscode debug config
1 parent de286f8 commit 6ff3572

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.vscode/launch.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"type": "chrome",
6+
"request": "launch",
7+
"name": "Launch Chrome",
8+
"url": "http://local.httptoolkit.tech:8080",
9+
"webRoot": "${workspaceFolder}",
10+
"port": 9246
11+
}
12+
]
13+
}

0 commit comments

Comments
 (0)