Adding missing stream icons for execution plan (#20896)

This commit is contained in:
Aasim Khan
2022-10-20 15:24:30 -07:00
committed by GitHub
parent e6b36cec0f
commit 5942980300
4 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{ {
"downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/{#version#}/microsoft.sqltools.servicelayer-{#fileName#}", "downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/{#version#}/microsoft.sqltools.servicelayer-{#fileName#}",
"version": "4.3.0.38", "version": "4.3.0.39",
"downloadFileNames": { "downloadFileNames": {
"Windows_86": "win-x86-net6.0.zip", "Windows_86": "win-x86-net6.0.zip",
"Windows_64": "win-x64-net6.0.zip", "Windows_64": "win-x64-net6.0.zip",

View File

@@ -84,6 +84,10 @@ export let executionPlanNodeIconPaths =
parallelism: imageBasePath + 'parallelism.png', parallelism: imageBasePath + 'parallelism.png',
parallelismDistribute: imageBasePath + 'parallelism_distribute.png',
parallelismRepartition: imageBasePath + 'parallelism_repartition.png',
parameterTableScan: imageBasePath + 'parameter_table_scan.png', parameterTableScan: imageBasePath + 'parameter_table_scan.png',
print: imageBasePath + 'print.png', print: imageBasePath + 'print.png',

Binary file not shown.

After

Width:  |  Height:  |  Size: 823 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 979 B