Skip to content

Commit b306c55

Browse files
committed
Remove "Experimental setting" from proxy support setting (fixes microsoft#67832)
1 parent c86667e commit b306c55

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
@@ -57,7 +57,7 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration)
5757
localize('proxySupportOverride', "Enable proxy support for extensions, override request options."),
5858
],
5959
default: 'override',
60-
description: localize('proxySupport', "Experimental setting: Use the proxy support for extensions.")
60+
description: localize('proxySupport', "Use the proxy support for extensions.")
6161
}
6262
}
6363
});

0 commit comments

Comments
 (0)