Add placeholder HTTPS_PROXY envar, disabled by default

This commit is contained in:
Stefan Ceriu
2022-11-29 09:36:19 +02:00
committed by Stefan Ceriu
parent 5a7f630249
commit cc84dbf6e3
2 changed files with 8 additions and 0 deletions

View File

@@ -101,6 +101,11 @@
value = "full"
isEnabled = "NO">
</EnvironmentVariable>
<EnvironmentVariable
key = "HTTPS_PROXY"
value = "192.168.0.111:9090"
isEnabled = "NO">
</EnvironmentVariable>
</EnvironmentVariables>
</LaunchAction>
<ProfileAction

View File

@@ -22,6 +22,9 @@ schemes:
- variable: RUST_BACKTRACE
value: full
isEnabled: false
- variable: HTTPS_PROXY
value: 192.168.0.111:9090
isEnabled: false
test:
config: Debug
gatherCoverageData: true