show logs from menu

This commit is contained in:
Jan Prochazka
2023-01-22 10:31:16 +01:00
parent 1bf8f38793
commit 5249713a3c
6 changed files with 44 additions and 10 deletions

View File

@@ -86,6 +86,9 @@ module.exports = ({ editMenu }) => [
{ command: 'sql.generator', hideDisabled: true },
{ command: 'file.import', hideDisabled: true },
{ command: 'new.modelCompare', hideDisabled: true },
{ divider: true },
{ command: 'folder.showLogs', hideDisabled: true },
{ command: 'folder.showData', hideDisabled: true },
],
},
{