mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -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:
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.icon-canvas-transparent,.icon-vs-out{fill:#f6f6f6;}.icon-canvas-transparent{opacity:0;}.icon-vs-bg{fill:#424242;}</style></defs><title>BranchCompare_16x</title><g id="canvas"><path class="icon-canvas-transparent" d="M16,0V16H0V0Z"/></g><g id="outline"><path class="icon-vs-out" d="M14,9.619V5.5a3.507,3.507,0,0,0-2.717-3.412l.235-.234L9.664,0H9.129L6.656,2.473A3.25,3.25,0,1,0,2,6.131V10.5a3.506,3.506,0,0,0,2.717,3.412l-.235.234L6.336,16h.535L9.4,13.473A3.25,3.25,0,1,0,14,9.619Zm-3,0a3.224,3.224,0,0,0-1.6,1.907L6.6,8.732,5,10.336v-4.2A3.222,3.222,0,0,0,6.538,4.41L9.4,7.268l1.6-1.6Z"/></g><g id="iconBg"><path class="icon-vs-bg" d="M13,10.311V5.5A2.5,2.5,0,0,0,10.5,3H8.957L10.1,1.854,9.4,1.146,7.043,3.5,9.4,5.854l.708-.708L8.957,4H10.5A1.5,1.5,0,0,1,12,5.5v4.811a2.25,2.25,0,1,0,1,0Zm-.5,3.439a1.25,1.25,0,1,1,1.25-1.25A1.252,1.252,0,0,1,12.5,13.75Zm-6.6-2.9L7.043,12H5.5A1.5,1.5,0,0,1,4,10.5V5.44a2.25,2.25,0,1,0-1,0V10.5A2.5,2.5,0,0,0,5.5,13H7.043L5.9,14.146l.708.708L8.957,12.5,6.6,10.146ZM2.25,3.25A1.25,1.25,0,1,1,3.5,4.5,1.252,1.252,0,0,1,2.25,3.25Z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
1
extensions/theme-seti/icons/images/execution-plan.svg
Normal file
1
extensions/theme-seti/icons/images/execution-plan.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><style>.st0{opacity:0}.st0,.st1{fill:#f6f6f6}.st2{fill:#424242}.st3{fill:#f0eff1}</style><g id="outline"><path class="st0" d="M0 0h16v16H0z"/><path class="st1" d="M9 5v2H8V0H1v7h2v8h6v1h6V5H9zm0 7H6v-2h3v2z"/></g><path class="st2" d="M14 10V6h-4v2H5V6h2V1H2v5h2v8h6v1h4v-4h-4v2H5V9h5v1h4zm-3-3h2v2h-2V7zm0 5h2v2h-2v-2zM3 5V2h3v3H3z" id="icon_x5F_bg"/><g id="icon_x5F_fg"><path class="st3" d="M11 7h2v2h-2zM11 12h2v2h-2zM3 2h3v3H3z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 503 B |
@@ -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