mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -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:
@@ -4619,6 +4619,14 @@ The Query Processor estimates that implementing the following index could improv
|
||||
<comment>title of missing index details.
|
||||
Parameters: 0 - fileName (string), 1 - impact (string) </comment>
|
||||
</data>
|
||||
<data name="WarningOverlayTooltip" xml:space="preserve">
|
||||
<value>Warnings</value>
|
||||
<comment>tooltip text for node warning overlay</comment>
|
||||
</data>
|
||||
<data name="ParallelismOverlayTooltip" xml:space="preserve">
|
||||
<value>Parallel Execution</value>
|
||||
<comment>tooltip text for node parallelism overlay</comment>
|
||||
</data>
|
||||
<data name="TableNotInitializedException" xml:space="preserve">
|
||||
<value>Initialization is not properly done for table with id '{0}'</value>
|
||||
<comment>.
|
||||
|
||||
Reference in New Issue
Block a user