Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[json] New JSON content stays unformatted #13436

Closed
jrieken opened this issue Oct 10, 2016 · 0 comments
Closed

[json] New JSON content stays unformatted #13436

jrieken opened this issue Oct 10, 2016 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug json JSON support issues verified Verification succeeded
Milestone

Comments

@jrieken
Copy link
Member

jrieken commented Oct 10, 2016

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
                });
@jrieken jrieken added bug Issue identified by VS Code Team member as probable bug json JSON support issues labels Oct 10, 2016
@aeschli aeschli added this to the October 2016 milestone Oct 14, 2016
@aeschli aeschli modified the milestones: November 2016, October 2016 Oct 28, 2016
@aeschli aeschli changed the title Unformatted JSON [json] New JSON content stays unformatted Dec 8, 2016
@aeschli aeschli closed this as completed in 28caeaf Dec 8, 2016
@sandy081 sandy081 added the verified Verification succeeded label Dec 9, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug json JSON support issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants