recent database switch in main menu

This commit is contained in:
Jan Prochazka
2022-04-10 08:33:13 +02:00
parent 6d92de6930
commit 38e05bf8e0
2 changed files with 2 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ module.exports = [
submenu: [
{ command: 'database.search', hideDisabled: true },
{ command: 'commandPalette.show', hideDisabled: true },
{ command: 'database.switch', hideDisabled: true },
{ divider: true },
{ command: 'sql.generator', hideDisabled: true },
{ command: 'file.import', hideDisabled: true },