mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-13 18:14:48 -05:00
Set NODE_ENV to development and not testing in launch template (#57407)
This commit is contained in:
2
.vscode/launch.template.json
vendored
2
.vscode/launch.template.json
vendored
@@ -38,7 +38,7 @@
|
||||
"0"
|
||||
],
|
||||
"env": {
|
||||
"NODE_ENV": "testing"
|
||||
"NODE_ENV": "development"
|
||||
},
|
||||
"outFiles": [
|
||||
"${workspaceFolder}/built/**/*.js",
|
||||
|
||||
Reference in New Issue
Block a user