We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a4bf5 commit 1af6204Copy full SHA for 1af6204
1 file changed
.vscode/launch.json
@@ -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
15
+ "request": "attach",
16
+ "port": 9222,
17
18
19
+ }
20
+ ]
21
+}
0 commit comments