mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 20:35:59 +00:00
new json lines command
This commit is contained in:
@@ -259,6 +259,21 @@ registerCommand({
|
||||
},
|
||||
});
|
||||
|
||||
registerCommand({
|
||||
id: 'new.jsonl',
|
||||
category: 'New',
|
||||
icon: 'img archive',
|
||||
name: 'JSON Lines',
|
||||
menuName: 'New JSON lines file',
|
||||
onClick: () => {
|
||||
openNewTab({
|
||||
title: 'Lines #',
|
||||
icon: 'img archive',
|
||||
tabComponent: 'JsonLinesEditorTab',
|
||||
});
|
||||
},
|
||||
});
|
||||
|
||||
registerCommand({
|
||||
id: 'new.sqliteDatabase',
|
||||
category: 'New',
|
||||
|
||||
Reference in New Issue
Block a user