mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 09:35:38 -05:00
* Adds find node button to comparison plans. * Can search multiple nodes (improve widget UI and initialization) * Adjusts how second plan is added to the node search widget * Adds styling to the find node action bar * Removes unused code * Minor clean up * Cleans up CSS redundancy * Adjusts property names according to access specifiers * Corrects find node behavior to match SSMS * Dependency injects instantiation service * Adds additional property to telemetry event. * Adds undefined to getter return signatures for plans * Adds checks around active execution plan properties * Code review change * Code review changes