databases tab (#9798)

* databases tab

* correct typo
This commit is contained in:
Alan Ren
2020-03-31 13:19:05 -07:00
committed by GitHub
parent 6b9184aa15
commit 4500e887bb
3 changed files with 26 additions and 11 deletions

View File

@@ -140,5 +140,8 @@
"mssql.connectionOptions.packetSize.displayName": "Packet size",
"mssql.connectionOptions.packetSize.description": "Size in bytes of the network packets used to communicate with an instance of SQL Server",
"mssql.connectionOptions.typeSystemVersion.displayName": "Type system version",
"mssql.connectionOptions.typeSystemVersion.description": "Indicates which server type system then provider will expose through the DataReader"
"mssql.connectionOptions.typeSystemVersion.description": "Indicates which server type system the provider will expose through the DataReader",
"mssql.tabs.databases": "Databases",
"explorer-widget-title": "Search"
}