mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-21 08:40: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",
|
"type": "python",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"module": "foo",
|
"module": "foo",
|
||||||
"justMyCode": true
|
"justMyCode": true,
|
||||||
|
"env": {
|
||||||
|
"ENVIRONMENT": "development"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "bar",
|
"name": "bar",
|
||||||
"type": "python",
|
"type": "python",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"module": "bar",
|
"module": "bar",
|
||||||
"justMyCode": true
|
"justMyCode": true,
|
||||||
|
"env": {
|
||||||
|
"ENVIRONMENT": "development"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "firefox",
|
"type": "firefox",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user