Add note about required window reload (#71228)

This commit is contained in:
Christof Marti 2019-03-27 21:26:36 +01:00
parent 5b56e248c2
commit 627c7f730a

View file

@ -62,7 +62,7 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration)
'http.systemCertificates': {
type: 'boolean',
default: true,
description: localize('systemCertificates', "Controls whether CA certificates should be loaded from the OS.")
description: localize('systemCertificates', "Controls whether CA certificates should be loaded from the OS. (On Windows and Mac a reload of the window is required after turning this off.)")
}
}
});