diff --git a/CHANGELOG.md b/CHANGELOG.md index 186f439148..45380bedb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ * Added a read-only file explorer for running containers, this can be seen in the Docker Explorer tab. [#2333](https://github.com/microsoft/vscode-docker/issues/2333) * In ACI contexts, volumes are now visible. [#2315](https://github.com/microsoft/vscode-docker/issues/2315) * A start page will now open on install / upgrade with some pointers on where to begin. The automatic opening can be disabled with a checkbox on the page. [#1895](https://github.com/microsoft/vscode-docker/issues/1895) +* New extension icon! [#2475](https://github.com/microsoft/vscode-docker/pull/2475) ### Fixed * Activation performance has been improved. [#2371](https://github.com/microsoft/vscode-docker/issues/2371) diff --git a/package.json b/package.json index b73c488772..385c9d0a20 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "displayName": "Docker", "description": "Makes it easy to create, manage, and debug containerized applications.", "license": "SEE LICENSE IN LICENSE.md", - "icon": "resources/docker.png", + "icon": "resources/docker_blue.png", "aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217", "galleryBanner": { "color": "#1289B9",