Sort keys alphabetically in the Variables/Memory panel (#2417)

This commit is contained in:
Adam Chalmers
2024-05-20 17:28:51 -05:00
committed by GitHub
parent d73339fd8d
commit 8ea8f80e32

View File

@ -61,6 +61,7 @@ export const MemoryPane = () => {
displayObjectSize={true}
indentWidth={2}
quotesOnKeys={false}
sortKeys={true}
name={false}
theme={theme === 'light' ? 'rjv-default' : 'monokai'}
/>