mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Test basic auth for proxy (#220034)
This commit is contained in:
@@ -112,6 +112,13 @@
|
||||
"farboo.get": {
|
||||
"type": "string",
|
||||
"default": "get-prop"
|
||||
},
|
||||
"integration-test.http.proxy": {
|
||||
"type": "string"
|
||||
},
|
||||
"integration-test.http.proxyAuth": {
|
||||
"type": "string",
|
||||
"default": "get-prop"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -251,7 +258,8 @@
|
||||
"@types/mocha": "^9.1.1",
|
||||
"@types/node": "20.x",
|
||||
"@types/node-forge": "^1.3.11",
|
||||
"node-forge": "^1.3.1"
|
||||
"node-forge": "^1.3.1",
|
||||
"straightforward": "^4.2.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user