X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Flaunch.json;h=f62ecf671b713103fd2c20fe565b3487f2a1a804;hb=767e23e80a540dcedab8a2aa5203b8526e3df7b1;hp=c2c4c33f19bc39cdc7a5dc966f14967c8e0dea0a;hpb=c97c7edb14ea0699cd82bce5d0ffe50ae26af667;p=poolifier.git diff --git a/.vscode/launch.json b/.vscode/launch.json index c2c4c33f..f62ecf67 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,9 +9,9 @@ "request": "launch", "name": "Launch Test Debug", "cwd": "${workspaceFolder}", - "preLaunchTask": "Development build", + // "preLaunchTask": "Development build", "runtimeExecutable": "npm", - "runtimeArgs": ["run-script", "test:debug:vscode"], + "runtimeArgs": ["run-script", "test:debug"], "skipFiles": ["/**"], "stopOnEntry": true }, @@ -20,9 +20,9 @@ "request": "launch", "name": "Launch Benchmark Debug", "cwd": "${workspaceFolder}", - "preLaunchTask": "Development build", + // "preLaunchTask": "Development build", "runtimeExecutable": "npm", - "runtimeArgs": ["run-script", "benchmark:debug:vscode"], + "runtimeArgs": ["run-script", "benchmark:debug"], "skipFiles": ["/**"], "stopOnEntry": true }