Remove port and add NODE_ENV to VSCode debug config
This commit is contained in:
committed by
Tom Ratcliffe
parent
467d4231f1
commit
37a86872db
Vendored
+3
-1
@@ -53,7 +53,9 @@
|
||||
"runtimeArgs": ["run", "jest", "--runInBand", "${file}"],
|
||||
"console": "integratedTerminal",
|
||||
"internalConsoleOptions": "neverOpen",
|
||||
"port": 9229
|
||||
"env": {
|
||||
"NODE_ENV": "test"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Debug Go test",
|
||||
|
||||
Reference in New Issue
Block a user