Remove port and add NODE_ENV to VSCode debug config

This commit is contained in:
Tom Ratcliffe 2024-04-22 16:32:46 +01:00 committed by Tom Ratcliffe
parent 467d4231f1
commit 37a86872db

4
.vscode/launch.json vendored
View File

@ -53,7 +53,9 @@
"runtimeArgs": ["run", "jest", "--runInBand", "${file}"],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"port": 9229
"env": {
"NODE_ENV": "test"
}
},
{
"name": "Debug Go test",