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

JSON: Sort Document bugs out #209655

Closed
ericmp33 opened this issue Apr 5, 2024 · 0 comments
Closed

JSON: Sort Document bugs out #209655

ericmp33 opened this issue Apr 5, 2024 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug json-sorting
Milestone

Comments

@ericmp33
Copy link

ericmp33 commented Apr 5, 2024

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version:
Version: 1.88.0 (user setup)
Commit: 5c3e652f63e798a5ac2f31ffd0d863669328dc4c
Date: 2024-04-03T13:26:18.741Z
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Windows_NT x64 10.0.22631
  • OS Version:
Windows11 - 23H2 (OS Build 22631.3374)

Steps to Reproduce:

  1. Create this JSON (or any other JSON that has 2 keys with the same key but one has 1st char in upper & other one in lower):
{
    "Paid": "Pagat",
    "paid": "pagat"
}
  1. Sort it:
ww.mp4
@aeschli aeschli assigned aiday-mar and unassigned aeschli Apr 8, 2024
@aiday-mar aiday-mar added json-sorting bug Issue identified by VS Code Team member as probable bug labels Apr 8, 2024
aeschli added a commit to microsoft/vscode-json-languageservice that referenced this issue Aug 26, 2024
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Oct 10, 2024
@alexr00 alexr00 added this to the October 2024 milestone Oct 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug json-sorting
Projects
None yet
Development

No branches or pull requests

4 participants