X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Flaunch.json;h=19af46e971a2e31cc1c9c3d76c3b387968a413b3;hb=54db4c85a9468f121dbd3939c779a5f14e23c937;hp=46a93bdf7dbbfbc47b31bfa5f2290b3696001695;hpb=d12554487c95fcb5ca074d532f654ccf6ac83770;p=poolifier.git diff --git a/.vscode/launch.json b/.vscode/launch.json index 46a93bdf..19af46e9 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,9 +7,8 @@ { "type": "node", "request": "launch", - "name": "Launch Test Debug", + "name": "Launch Tests Debug", "cwd": "${workspaceFolder}", - // "preLaunchTask": "Development build", "runtimeExecutable": "npm", "runtimeArgs": ["run-script", "test:debug"], "skipFiles": ["/**"], @@ -18,9 +17,8 @@ { "type": "node", "request": "launch", - "name": "Launch Benchmark Debug", + "name": "Launch Benchmarks Debug", "cwd": "${workspaceFolder}", - // "preLaunchTask": "Development build", "runtimeExecutable": "npm", "runtimeArgs": ["run-script", "benchmark:debug"], "skipFiles": ["/**"],