diff options
| author | N. Taylor Mullen <[email protected]> | 2025-06-02 00:07:10 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-02 07:07:10 +0000 |
| commit | 6d417186cb69cd11807d0c2a4854c4cdfcff856b (patch) | |
| tree | b724ff4d88e82b4d66a7f5b5f2f72baca18453a9 /.vscode | |
| parent | d00926780176604c030ba04fb4efb0f1a24c82cf (diff) | |
Enable "Debug Test" config to debug Server or CLI tests. (#683)
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
