new perspective command

This commit is contained in:
Jan Prochazka
2022-09-01 11:18:25 +02:00
parent a910e91a91
commit eab5f4fe5e
5 changed files with 33 additions and 6 deletions

View File

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