-
Notifications
You must be signed in to change notification settings - Fork 38.5k
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"
Reactions are currently unavailable
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