Skip to content

Commit bd856d7

Browse files
committed
Add alternative popup menu to force a new tab when opening a DB Conn
Change-Id: I540417f4bfa8e3ee55b705fff79ec9419b90c0fd
1 parent 4b44f3a commit bd856d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gui/extension/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
},
355355
{
356356
"command": "msg.openConnectionNewTab",
357-
"title": "Connect to Database on New Tab",
357+
"title": "Open New Database Connection on New Tab",
358358
"icon": {
359359
"dark": "images/dark/openConnection.svg",
360360
"light": "images/light/openConnection.svg"
@@ -1078,6 +1078,7 @@
10781078
},
10791079
{
10801080
"command": "msg.openConnection",
1081+
"alt": "msg.openConnectionNewTab",
10811082
"when": "view == msg.connections && viewItem =~ /^connection.*/",
10821083
"group": "1_msg@1"
10831084
},

0 commit comments

Comments
 (0)