From 6d417186cb69cd11807d0c2a4854c4cdfcff856b Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Mon, 2 Jun 2025 00:07:10 -0700 Subject: [PATCH] Enable "Debug Test" config to debug Server or CLI tests. (#683) --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index e159f093..ff67446a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -32,7 +32,7 @@ "run", "test", "-w", - "packages/cli", // Default to CLI, change if needed or prompt for package + "packages", "--", "--inspect-brk=9229", "--no-file-parallelism",