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 ce0acb9 commit d9528f7Copy full SHA for d9528f7
1 file changed
.vscode/launch.json
@@ -4,6 +4,19 @@
4
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
"version": "0.2.0",
6
"configurations": [
7
+ {
8
+ "name": "Launch via NPM",
9
+ "request": "launch",
10
+ "runtimeArgs": [
11
+ "run-script",
12
+ "debug"
13
+ ],
14
+ "runtimeExecutable": "npm",
15
+ "skipFiles": [
16
+ "<node_internals>/**"
17
18
+ "type": "node"
19
+ },
20
{
21
"name": "Launch Chrome",
22
"request": "launch",
0 commit comments