
I don't think there is a human readable form given the very limited space.
I don't think there is a human readable form given the very limited space.
Can we render it as a tree? Similar to variables in the debug view.
in my opinion the difficult part is what to render for this one:
export const filesystemPreferenceSchema: PreferenceSchema = {
'type': 'object',
'properties': {
'files.watcherExclude': {
'description': 'List of paths to exclude from the filesystem watcher',
'additionalProperties': {
'type': 'boolean'
},
'default': {
'**/.git/objects/**': true,
'**/.git/subtree-cache/**': true,
'**/node_modules/**': true
}
}
}
};
we would need something like what swagger uses to get the info out from the schema
I believe with the recent preferences-widget updates the bug is no longer an issue?
Most helpful comment
I believe with the recent preferences-widget updates the bug is no longer an issue?