Respect http.proxyStrictSSL

This commit is contained in:
Laurențiu Nicola
2021-11-27 07:29:44 +02:00
parent 9f447ad522
commit 2f5149886d
3 changed files with 33 additions and 9 deletions

View File

@@ -107,6 +107,9 @@ export class Config {
return httpProxy || process.env["https_proxy"] || process.env["HTTPS_PROXY"];
}
get proxyStrictSSL(): boolean {
return vscode.workspace.getConfiguration("http").get("proxyStrictSSL") || true;
}
get inlayHints() {
return {