With #46851, an extension can override default values of a setting by contributing defaults to contributeDefaults contribution point. Eg:
"configurationDefaults": {
"workbench.colorTheme": "Monokai"
}
It would be nice if settings editor can display the source of the default value

CC: @misolori
With #46851, an extension can override default values of a setting by contributing defaults to
contributeDefaultscontribution point. Eg:It would be nice if settings editor can display the source of the default value
CC: @misolori