We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b44f3a commit bd856d7Copy full SHA for bd856d7
gui/extension/package.json
@@ -354,7 +354,7 @@
354
},
355
{
356
"command": "msg.openConnectionNewTab",
357
- "title": "Connect to Database on New Tab",
+ "title": "Open New Database Connection on New Tab",
358
"icon": {
359
"dark": "images/dark/openConnection.svg",
360
"light": "images/light/openConnection.svg"
@@ -1078,6 +1078,7 @@
1078
1079
1080
"command": "msg.openConnection",
1081
+ "alt": "msg.openConnectionNewTab",
1082
"when": "view == msg.connections && viewItem =~ /^connection.*/",
1083
"group": "1_msg@1"
1084
0 commit comments