Amsterdam can now find a config file using the AMSTERDAM_CONFIG environment variable
This commit is contained in:
Vendored
+3
-1
@@ -25,7 +25,9 @@
|
||||
"request": "launch",
|
||||
"mode": "auto",
|
||||
"program": "${workspaceFolder}",
|
||||
"args": ["-C", "${workspaceFolder}/test2.yaml"]
|
||||
"env": {
|
||||
"AMSTERDAM_CONFIG": "${workspaceFolder}/test2.yaml"
|
||||
}
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user