A JSON Schema type name, as contributes.configuration accepts it.
'null' is in the list because VS Code will not accept a null default
without it: a setting that means "unset" has to declare ["string", "null"]
or the settings editor rejects its own default.
A JSON Schema type name, as
contributes.configurationaccepts it.'null'is in the list because VS Code will not accept a null default without it: a setting that means "unset" has to declare["string", "null"]or the settings editor rejects its own default.