mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
table based explorer widget (#10279)
* bump sts * extend widget container * remove title * wip * refactoring * Revert "extend widget container" * showTitle option * fix properties widget error * icon column * icon and button columns * use textwithicon column * icon * refactor and filter * context menu * refactor * tests * fix hygiene * tests * comments
This commit is contained in:
@@ -140,5 +140,10 @@
|
||||
"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 the provider will expose through the DataReader"
|
||||
"mssql.connectionOptions.typeSystemVersion.description": "Indicates which server type system the provider will expose through the DataReader",
|
||||
"databasesListProperties.name": "Name",
|
||||
"databasesListProperties.status": "Status",
|
||||
"databasesListProperties.size": "Size (MB)",
|
||||
"databasesListProperties.lastBackup": "Last backup",
|
||||
"objectsListProperties.name": "Name"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user