Skip to content

Commit 58882c2

Browse files
committed
Revert use of new certificate loading (microsoft#189133)
1 parent 5860249 commit 58882c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/api/node/proxyResolver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { ILogService } from 'vs/platform/log/common/log';
1818
import { IExtensionDescription } from 'vs/platform/extensions/common/extensions';
1919
import { LogLevel, createHttpPatch, createProxyResolver, createTlsPatch, ProxySupportSetting, ProxyAgentParams, createNetPatch } from '@vscode/proxy-agent';
2020

21-
const systemCertificatesV2Default = true;
21+
const systemCertificatesV2Default = false;
2222

2323
export function connectProxyResolver(
2424
extHostWorkspace: IExtHostWorkspaceProvider,

0 commit comments

Comments
 (0)