new diagram, new query design added to menu

This commit is contained in:
Jan Prochazka
2022-07-21 07:27:28 +02:00
parent b570f873fe
commit f2f7421971
3 changed files with 25 additions and 1 deletions

View File

@@ -6,6 +6,8 @@ module.exports = ({ editMenu }) => [
{ command: 'new.sqliteDatabase', hideDisabled: true },
{ divider: true },
{ command: 'new.query', hideDisabled: true },
{ command: 'new.queryDesign', hideDisabled: true },
{ command: 'new.diagram', hideDisabled: true },
{ command: 'new.freetable', hideDisabled: true },
{ command: 'new.shell', hideDisabled: true },
{ command: 'new.jsonl', hideDisabled: true },