mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Redoing Execution Plan Comparison Editor (#19375)
* Adding code for execution plan comparison editor * Handling floating promises and fixing a loc string * Fixing some polygon stuff * Fixing azdatagraph null check bug * Adding progress notification for similar areas * Removing some floating promises * Fixing button enabled state
This commit is contained in:
@@ -1529,6 +1529,12 @@
|
||||
},
|
||||
"table-graphedge": {
|
||||
"iconPath": "./images/table-graphedge.svg"
|
||||
},
|
||||
"execution-plan": {
|
||||
"iconPath": "./images/execution-plan.svg"
|
||||
},
|
||||
"execution-plan-compare": {
|
||||
"iconPath": "./images/execution-plan-compare.svg"
|
||||
}
|
||||
},
|
||||
"file": "_default",
|
||||
@@ -1830,7 +1836,9 @@
|
||||
"table-basic": "table-basic",
|
||||
"table-temporal": "table-temporal",
|
||||
"table-graphnode": "table-graphnode",
|
||||
"table-graphedge": "table-graphedge"
|
||||
"table-graphedge": "table-graphedge",
|
||||
"execution-plan": "execution-plan",
|
||||
"execution-plan-compare": "execution-plan-compare"
|
||||
},
|
||||
"languageIds": {
|
||||
"bat": "_windows",
|
||||
|
||||
Reference in New Issue
Block a user