🔧 chore(launch.json): add "envFile" configuration to specify the path to the .env file for environment variable loading during debugging

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-10-24 16:11:53 -03:00
commit d02a5abb45

3
.vscode/launch.json vendored
View file

@ -16,7 +16,8 @@
"debug"
],
"jinja": true,
"justMyCode": true
"justMyCode": true,
"envFile": "${workspaceFolder}/.env"
},
{
"name": "Python: Remote Attach",