Skip to content

Commit cc60804

Browse files
committed
Test system proxy config (microsoft#60773)
1 parent dfa22cc commit cc60804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/platform/request/node/request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration)
5656
localize('systemProxyOn', "Use system proxy configuration if not specified in the request options."),
5757
localize('systemProxyForce', "Always use system proxy configuration."),
5858
],
59-
default: 'off',
59+
default: 'force',
6060
description: localize('systemProxy', "Experimental setting: Use the system proxy configuration.")
6161
}
6262
}

0 commit comments

Comments
 (0)