You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have code that updates the configuration with a complex (object) value like so (where value = {foo:["bar"]}) and see that the resulting files puts everything on one line
configurationEditService.writeConfiguration(target, {
key: 'editor.formatter',
value
});
The text was updated successfully, but these errors were encountered:
Have code that updates the configuration with a complex (object) value like so (where
value = {foo:["bar"]}
) and see that the resulting files puts everything on one lineThe text was updated successfully, but these errors were encountered: