We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c2ac3 commit 454a6ccCopy full SHA for 454a6cc
1 file changed
.vscode/launch.json
@@ -9,6 +9,7 @@
9
"name": "Launch Program",
10
"request": "launch",
11
"program": "${workspaceFolder}/main.ts",
12
+ "env": {"DEV":"1"},
13
"runtimeArgs": [ "--disable-warning=ExperimentalWarning", "--watch-path=main.ts" ],
14
"skipFiles": [ "<node_internals>/**" ],
15
}
0 commit comments