We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa22cc commit cc60804Copy full SHA for cc60804
1 file changed
src/vs/platform/request/node/request.ts
@@ -56,7 +56,7 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration)
56
localize('systemProxyOn', "Use system proxy configuration if not specified in the request options."),
57
localize('systemProxyForce', "Always use system proxy configuration."),
58
],
59
- default: 'off',
+ default: 'force',
60
description: localize('systemProxy', "Experimental setting: Use the system proxy configuration.")
61
}
62
0 commit comments