adding debug command

This commit is contained in:
Lucas Oskorep
2025-10-17 01:09:13 -04:00
parent 39fdbe62b1
commit ce8807a7d9
4 changed files with 79 additions and 0 deletions

View File

@@ -155,6 +155,15 @@ export default class AerospikeExtensions extends ExtensionPreferences {
})
);
keybindingsGroup.add(
new EntryRow({
title: _('Print Tree Structure'),
settings: settings,
bind: 'print-tree',
map: keybindingMap
})
);
}