R35007 / sort-json-vscode-extension

Simple JSON Object and Array sort
MIT License
14 stars 2 forks source link

Not sorting simple array #16

Closed ionesculiviucristian closed 1 month ago

ionesculiviucristian commented 1 month ago

Hi. I'm trying to sort this array from a .json file using Sort JSON (by values) but it does nothing :

[
  "ms-vscode-remote.remote-containers",
  "ms-azuretools.vscode-docker",
  "GitLab.gitlab-workflow",
  "mhutchie.git-graph",
  "donjayamanne.githistory",
  "waderyan.gitblame",
  "streetsidesoftware.code-spell-checker",
  "dotenv.dotenv-vscode",
  "dbaeumer.vscode-eslint",
  "tamasfe.even-better-toml",
  "DavidAnson.vscode-markdownlint",
  "esbenp.prettier-vscode",
  "alefragnani.Bookmarks",
  "hediet.vscode-drawio",
  "EditorConfig.EditorConfig",
  "wix.vscode-import-cost",
  "VisualStudioExptTeam.vscodeintellicode",
  "ritwickdey.LiveServer",
  "MS-vsliveshare.vsliveshare",
  "yzhang.markdown-all-in-one",
  "idered.npm",
  "christian-kohler.path-intellisense",
  "jebbs.plantuml",
  "yoavbls.pretty-ts-errors",
  "alefragnani.project-manager",
  "Natizyskunk.sftp",
  "rangav.vscode-thunder-client",
  "xabikos.JavaScriptSnippets",
  "GitHub.github-vscode-theme",
  "PKief.material-icon-theme",
  "Gruntfuggly.todo-tree",
  "Continue.continue",
  "PascalReitermann93.vscode-yaml-sort",
  "richie5um2.vscode-sort-json"
]
R35007 commented 1 month ago

Hi @ionesculiviucristian,

I have tried it in my local. For me its working fine. Can u please make sure you are using the latest version of the extension. https://marketplace.visualstudio.com/items?itemName=Thinker.sort-json

sort-list-by-value

R35007 commented 1 month ago

Hi @ionesculiviucristian ,

Closing this issue cz of no response. Feel free to reopen it if you still face the same issue with the latest version of the extension.