mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Adding missing stream icons for execution plan (#20896)
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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 |
Reference in New Issue
Block a user