Microsoft/vscode

Request json/sort failed with message: Range#create

Open

#208,763 创建于 2024年3月26日

在 GitHub 查看
 (11 评论) (0 反应) (1 负责人)TypeScript (10,221 fork)batch import
bughelp wantedjson-sorting

仓库指标

Star
 (74,848 star)
PR 合并指标
 (平均合并 11小时 43分钟) (30 天内合并 1,000 个 PR)

描述

  • have a JSON file as below
  • have code on save and JSON sort
  • have a JSON file and notice errors on save
"editor.codeActionsOnSave": {
    "source.sort.json": "explicit",
}
notificationsAlerts.js:32 Request json/sort failed with message: Range#create called with invalid arguments[[object Object], [object Object], undefined, undefined]

贡献者指南