2 // Use IntelliSense to learn about possible attributes.
3 // Hover to view descriptions of existing attributes.
4 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
10 "name": "Launch Tests Debug",
11 "cwd": "${workspaceFolder}",
12 // "preLaunchTask": "Development build",
13 "runtimeExecutable": "npm",
14 "runtimeArgs": ["run-script", "test:debug"],
15 "skipFiles": ["<node_internals>/**"],
21 "name": "Launch Benchmarks Debug",
22 "cwd": "${workspaceFolder}",
23 // "preLaunchTask": "Development build",
24 "runtimeExecutable": "npm",
25 "runtimeArgs": ["run-script", "benchmark:debug"],
26 "skipFiles": ["<node_internals>/**"],