From 4d8bb95e46f1104e8568c303408d2a0b9219f199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Wed, 18 Sep 2024 13:48:39 +0200 Subject: [PATCH] Fixed `launch.json` after recent pnpm migration (#5083) --- .vscode/launch.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 087b07217d..5b53f85bc2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,6 +5,7 @@ "type": "node", "request": "launch", "name": "Jest Current File", + "runtimeExecutable": "sh", "program": "${workspaceFolder}/node_modules/.bin/jest", "args": ["${file}", "--config", "jest.config.js", "--no-cache"], "console": "integratedTerminal", @@ -17,6 +18,7 @@ "type": "node", "request": "launch", "name": "Jest Current File (no timeout)", + "runtimeExecutable": "sh", "program": "${workspaceFolder}/node_modules/.bin/jest", "args": [ "${file}",