mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
* initial changes for making a QDS report with placeholders * Add icon for configure button * Add another example report to show layout * move files * add placeholder names to components and cleanup toolbar * cleanup * switch to createViews() instead of createTop and BottomSections() * add QueryStoreView class for the different components in a report * cleanup * add more comments * fix yarn not running for query store extension folder * add missing break * change one more view to container
8 lines
328 B
JSON
8 lines
328 B
JSON
{
|
|
"queryStore.displayName": "Query Store",
|
|
"queryStore.description": "Query Store extension for Azure Data Studio.",
|
|
"queryStore.category": "Query Store",
|
|
"queryStore.topResourceConsumingQueriesOpen": "Open Top Resource Consuming Queries",
|
|
"queryStore.overallResourceConsumptionOpen": "Open Overall Resource Consumption"
|
|
}
|