Answer the question
In order to leave comments, you need to log in
Debug console VS Code catches random library exceptions?
Good afternoon, I use the debug console to populate the process.env variables from the .env file (not using dotenv)
{
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"name": "nodemon",
"program": "${workspaceFolder}/app.js",
"request": "launch",
"restart": true,
"runtimeExecutable": "nodemon",
"skipFiles": [
"${workspaceFolder}/node_modules/**",
"<node_internals>/**/*.js"
],
"envFile":"${workspaceFolder}/.env",
"type": "node"
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question