diff --git a/extensions/query-history/images/history.svg b/extensions/query-history/images/history.svg deleted file mode 100644 index 2116cbf95c..0000000000 --- a/extensions/query-history/images/history.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/extensions/query-history/package.json b/extensions/query-history/package.json index cde29cf4cc..90fe10f245 100644 --- a/extensions/query-history/package.json +++ b/extensions/query-history/package.json @@ -170,7 +170,7 @@ { "id": "queryHistory", "title": "%queryHistory.displayName%", - "icon": "./images/history.png" + "icon": "$(history)" } ] }