Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
466 changes: 233 additions & 233 deletions extensions/data-workspace/package.json

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions extensions/mssql/l10n/bundle.l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,18 @@
"Connecting...": "Connecting...",
"Save without connecting": "Save without connecting",
"Connect to Database": "Connect to Database",
"Edit Database Connection - {0}/{0} is the name of the connection profile": {
"message": "Edit Database Connection - {0}",
"comment": ["{0} is the name of the connection profile"]
},
"Edit {0}/{0} is the name of the connection profile": {
"message": "Edit {0}",
"comment": ["{0} is the name of the connection profile"]
},
"Create new connection copied from {0}/{0} is the name of the connection profile": {
"message": "Create new connection copied from {0}",
"comment": ["{0} is the name of the connection profile"]
},
"Connect to {0}/{0} is the name of the connection profile": {
"message": "Connect to {0}",
"comment": ["{0} is the name of the connection profile"]
Expand Down
Loading
Loading