🔧 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:
parent
6d6b2ed826
commit
d02a5abb45
1 changed files with 2 additions and 1 deletions
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
|
|
@ -16,7 +16,8 @@
|
|||
"debug"
|
||||
],
|
||||
"jinja": true,
|
||||
"justMyCode": true
|
||||
"justMyCode": true,
|
||||
"envFile": "${workspaceFolder}/.env"
|
||||
},
|
||||
{
|
||||
"name": "Python: Remote Attach",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue