We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641d4b0 commit ce0acb9Copy full SHA for ce0acb9
1 file changed
.vscode/launch.json
@@ -4,6 +4,22 @@
4
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
"version": "0.2.0",
6
"configurations": [
7
+ {
8
+ "name": "Launch Chrome",
9
+ "request": "launch",
10
+ "type": "chrome",
11
+ "url": "http://localhost:8080",
12
+ "webRoot": "${workspaceFolder}"
13
+ },
14
+
15
16
17
+ "command": "npm start",
18
+ "name": "Run npm start",
19
20
+ "type": "node-terminal"
21
22
23
24
25
{
0 commit comments