-
Notifications
You must be signed in to change notification settings - Fork 37.4k
Closed
microsoft/vscode-json-languageservice
#223Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugjsonJSON support issuesJSON support issuesjson-sorting
Milestone
Description
This error is logged:
ERR Request json/sort failed with message: Range#create called with invalid arguments[[object Object], [object Object], undefined, undefined]: Error: Request json/sort failed with message: Range#create called with invalid arguments[[object Object], [object Object], undefined, undefined]
at m.h (c:\Users\hdieterichs\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:98:126151)
This is the JSON document:
{
"z": true,
"a": {
"a": "value",
}
}It seems to be caused by the trailing comma after "value"
ChristopherHaws, burn4science, diablodale, a-gn, Merrit and 2 more
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugjsonJSON support issuesJSON support issuesjson-sorting