Skip to content

Commit

Permalink
Revert use of new certificate loading (microsoft#189133)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Jul 28, 2023
1 parent 2e55856 commit 839f033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/api/node/proxyResolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { ILogService } from 'vs/platform/log/common/log';
import { IExtensionDescription } from 'vs/platform/extensions/common/extensions';
import { LogLevel, createHttpPatch, createProxyResolver, createTlsPatch, ProxySupportSetting, ProxyAgentParams, createNetPatch } from '@vscode/proxy-agent';

const systemCertificatesV2Default = true;
const systemCertificatesV2Default = false;

export function connectProxyResolver(
extHostWorkspace: IExtHostWorkspaceProvider,
Expand Down

0 comments on commit 839f033

Please sign in to comment.