After doing some research it seems that the ordering of variable in the debugger needs to be done by the extension.
Could you add such option to your extension? Sometimes I have a lot of variable and object properties, that having them alphabetically ordered would be helpful.
microsoft/vscode#112660
weinand commented Dec 16, 2020
Yes, sorting variables needs to be done by the debug extensions.
Thanks, Eric