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

Formatting valid json content is causing an invalid json #33

Closed
sandy081 opened this issue Mar 5, 2020 · 0 comments
Closed

Formatting valid json content is causing an invalid json #33

sandy081 opened this issue Mar 5, 2020 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug
Milestone

Comments

@sandy081
Copy link
Member

sandy081 commented Mar 5, 2020

Format following valid json

{"version": 1,"setttings": // This is some text
{
	// some comment
	"workbench.settings.editor": "json",
	"workbench.settings.useSplitJSON": true,
	"workbench.colorTheme": "Default Light+",
}
}

Output:

{
	"version": 1,
	"setttings": // This is some text {
		// some comment
		"workbench.settings.editor": "json",
		"workbench.settings.useSplitJSON": true,
		"workbench.colorTheme": "Default Light+",
	}
}
@aeschli aeschli added this to the November 2020 milestone Nov 13, 2020
@aeschli aeschli added the bug Issue identified by VS Code Team member as probable bug label Nov 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

2 participants