mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-20 00:10:03 +02:00
defines environment variables in vscode launch settings
This commit is contained in:
parent
f132d71f60
commit
08e0c59ad7
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
@ -9,14 +9,20 @@
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"module": "foo",
|
||||
"justMyCode": true
|
||||
"justMyCode": true,
|
||||
"env": {
|
||||
"ENVIRONMENT": "development"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "bar",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"module": "bar",
|
||||
"justMyCode": true
|
||||
"justMyCode": true,
|
||||
"env": {
|
||||
"ENVIRONMENT": "development"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "firefox",
|
||||
|
Loading…
x
Reference in New Issue
Block a user