Search code examples
visual-studio-codesettings

Sort settings in vscode's json-based settings editor


I use vscode's original settings editor ("workbench.settings.editor": "json") because it gives me more control.

screenshot

The problem is the tree on the left - which contains internal settings and extensions settings - is not sorted in alpha order. It's very hard to use.

On the vscode repo they've indicated they will not fix it because they're focusing on the new UI instead.

There must be a way to sort it. Does anyone know how (other than writing a new extension)?


Solution

  • As of 1.59.0 they've completely removed the split json settings editor.

    So this bug is now irrelevant.

    If you want those features ported to the new settings editor, upvote this issue. They will ignore it unless people show interest.