From 09d42b14c5ec7b6a14182879c33b1d2d677f4a69 Mon Sep 17 00:00:00 2001 From: Ryan Kegel Date: Mon, 16 Feb 2026 16:04:44 -0500 Subject: [PATCH] wip --- .vscode/launch.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index e3e0be2..bca2593 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -58,12 +58,19 @@ "name": "Vue: Frontend Tests", "type": "node", "request": "launch", - "runtimeExecutable": "npx", + "runtimeExecutable": "npm", + "windows": { + "runtimeExecutable": "npm.cmd" + }, "runtimeArgs": [ - "vitest" + "run", + "test:unit" ], "cwd": "${workspaceFolder}/frontend/vue-app", - "console": "integratedTerminal" + "console": "integratedTerminal", + "env": { + "PATH": "/opt/homebrew/bin:${env:PATH}" + } } ], "compounds": [