In the example settings.json
below, the html.fake
setting is greyed out with the error Unknown Configuration Setting
, meaning VSCode is aware of all possible config settings.
Is there a way to view this full list, or view an example settings.json
with the default values for all accepted fields?
{
"html.autoClosingTags": "never",
"html.fake": "never"
}
I understand extensions may have their own config settings; I'm only interested in the base settings.
Please find the list of all default settings for VSCode(Link). I believe this is what you are looking for.