mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-05 01:25:45 -05:00
Adding node overlays to execution plans (#1451)
* Adding node overlays to execution plans * Adding critical warnings and parallelism * adding critical warning, badge type enum * Renaming badge type class * Adding explicit values to Badge Type
This commit is contained in:
@@ -5993,6 +5993,16 @@ The Query Processor estimates that implementing the following index could improv
|
||||
<target state="new">New Clause</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="WarningOverlayTooltip">
|
||||
<source>Warnings</source>
|
||||
<target state="new">Warnings</target>
|
||||
<note>tooltip text for node warning overlay</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ParallelismOverlayTooltip">
|
||||
<source>Parallel Execution</source>
|
||||
<target state="new">Parallel Execution</target>
|
||||
<note>tooltip text for node parallelism overlay</note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user