add example in the description

This commit is contained in:
isidorn 2024-06-21 14:24:12 +02:00
parent 8993f76c9f
commit c8f6bdc946

View file

@ -362,7 +362,7 @@ import { MAX_ZOOM_LEVEL, MIN_ZOOM_LEVEL } from 'vs/platform/window/electron-sand
},
'proxy-bypass-list': {
type: 'string',
description: localize('argv.proxyBypassList', 'Bypass any specified proxy for the given semi-colon-separated list of hosts.')
description: localize('argv.proxyBypassList', 'Bypass any specified proxy for the given semi-colon-separated list of hosts. Example value "<local>;*.microsoft.com;*foo.com;1.2.3.4:5678", will use the proxy server for all hosts except for local addresses (localhost, 127.0.0.1 etc.), microsoft.com subdomains, hosts that contain the suffix foo.com and anything at 1.2.3.4:5678')
},
'disable-hardware-acceleration': {
type: 'boolean',