Enable "Debug Test" config to debug Server or CLI tests. (#683)

This commit is contained in:
N. Taylor Mullen 2025-06-02 00:07:10 -07:00 committed by GitHub
parent d009267801
commit 6d417186cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
.vscode/launch.json vendored
View File

@ -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",