Fix tempdb icon not showing on dev builds (#18633)

This commit is contained in:
Charles Gagnon
2022-03-04 13:10:46 -08:00
committed by GitHub
parent 1c83aa61d7
commit 442c16bc3c
15 changed files with 14 additions and 14 deletions

View File

Before

Width:  |  Height:  |  Size: 847 B

After

Width:  |  Height:  |  Size: 847 B

View File

Before

Width:  |  Height:  |  Size: 852 B

After

Width:  |  Height:  |  Size: 852 B

View File

Before

Width:  |  Height:  |  Size: 339 B

After

Width:  |  Height:  |  Size: 339 B

View File

Before

Width:  |  Height:  |  Size: 338 B

After

Width:  |  Height:  |  Size: 338 B

View File

Before

Width:  |  Height:  |  Size: 282 B

After

Width:  |  Height:  |  Size: 282 B

View File

Before

Width:  |  Height:  |  Size: 287 B

After

Width:  |  Height:  |  Size: 287 B

View File

Before

Width:  |  Height:  |  Size: 247 B

After

Width:  |  Height:  |  Size: 247 B

View File

Before

Width:  |  Height:  |  Size: 315 B

After

Width:  |  Height:  |  Size: 315 B

View File

Before

Width:  |  Height:  |  Size: 969 B

After

Width:  |  Height:  |  Size: 969 B

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -32,32 +32,32 @@
"command": "tempdb.startEvent",
"title": "Start",
"icon": {
"light": "./dist/media/launch.svg",
"dark": "./dist/media/launch_inverse.svg"
"light": "./images/launch.svg",
"dark": "./images/launch_inverse.svg"
}
},
{
"command": "tempdb.stopEvent",
"title": "Stop",
"icon": {
"light": "./dist/media/blocker.svg",
"dark": "./dist/media/blocker_inverse.svg"
"light": "./images/blocker.svg",
"dark": "./images/blocker_inverse.svg"
}
},
{
"command": "tempdb.contention",
"title": "Contention Help for Tempdb",
"icon": {
"light": "./dist/media/documentation.svg",
"dark": "./dist/media/documentation_inverse.svg"
"light": "./images/documentation.svg",
"dark": "./images/documentation_inverse.svg"
}
},
{
"command": "tempdb.pauseEvent",
"title": "Toggle Auto Refresh",
"icon": {
"light": "./dist/media/insights.svg",
"dark": "./dist/media/insights_inverse.svg"
"light": "./images/insights.svg",
"dark": "./images/insights_inverse.svg"
}
}
],
@@ -77,8 +77,8 @@
"id": "server-reports-monitoring",
"title": "Monitor",
"icon": {
"light": "./dist/media/monitor.svg",
"dark": "./dist/media/monitor_inverse.svg"
"light": "./images/monitor.svg",
"dark": "./images/monitor_inverse.svg"
},
"container": {
"server-reports-monitoring-container": {}
@@ -88,8 +88,8 @@
"id": "server-reports-performance",
"title": "Performance",
"icon": {
"light": "./dist/media/performance.svg",
"dark": "./dist/media/performance_inverse.svg"
"light": "./images/performance.svg",
"dark": "./images/performance_inverse.svg"
},
"container": {
"server-reports-performance-container": {}
@@ -104,8 +104,8 @@
"group": "monitoring",
"description": "TempDB reports",
"icon": {
"light": "./dist/media/tempdb.svg",
"dark": "./dist/media/tempdb_inverse.svg"
"light": "./images/tempdb.svg",
"dark": "./images/tempdb_inverse.svg"
},
"container": {
"server-reports-tempdb-container": {}