microsoft / vscode-docker

Docker Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker
Other
1.18k stars 508 forks source link

Docker plugin Icon on side menu doubled. #4260

Closed xxxxxxbox closed 3 months ago

xxxxxxbox commented 3 months ago

I've got two docker plugin icons on Vs Code side menu, If I disable the plugin all two docker icons disappear. So, they belong to the same plugin.

I believe it's a bug. About half of a year ago there was only one icon of docker plugin in my Vs Code.

Please find enclosed screenshots.

VS Code: Version: 1.87.1 (user setup) Commit: 1e790d77f81672c49be070e04474901747115651 Date: 2024-03-06T00:21:36.258Z Electron: 27.3.2 ElectronBuildId: 26836302 Chromium: 118.0.5993.159 Node.js: 18.17.1 V8: 11.8.172.18-electron.0 OS: Windows_NT x64 10.0.19045

docker1

docker2

docker3

docker4

bwateratmsft commented 3 months ago

Try resetting view locations with the command "View: Reset View Locations". It looks like you have the registries view shown on a different tab somehow to the rest of the Docker views.

xxxxxxbox commented 3 months ago

Running command "View: Reset View Locations" helped. Now I've got only one Docker icon in side menu,

Thanx!