VS Codium allows users to configure options by using their name in a config file. However, it's not always obvious what the supported values are for a given name, and it's not always spelled out in the documentation either.
For example, the option security.workspace.trust.banner
. I imagine this can be set to always
or never
, but I have no way of knowing for sure (without tedious trial and error). Note that the question is not about security.workspace.trust.banner
but about finding out the legal values of any option.
Is there a reliable way to find out what exact values are acceptable for an option, given its name, for every option? Or do you ultimately have to guess?