- Notifications
You must be signed in to change notification settings - Fork 59
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Milestone
Description
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+", } }
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug