Skip to content

Commit

Permalink
Add note about required window reload (#71228)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Mar 27, 2019
1 parent 5b56e24 commit 627c7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/platform/request/node/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.)")
}
}
});

0 comments on commit 627c7f7

Please sign in to comment.