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