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

Group select + Secondary click is not working #4316

Closed aakrem closed 4 weeks ago

aakrem commented 4 weeks ago

I want to select multiple containers / multiple images then do a simple right click the for example delete all of them.

But then group select is behaving weirdly, also right click on containers/images is working only on 1 item.

VSCODE: Version: 1.89.1 (Universal) Commit: dc96b837cf6bb4af9cd736aa3af08cf8279f7685 Date: 2024-05-07T05:14:24.611Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Darwin arm64 23.5.0

https://github.com/microsoft/vscode-docker/assets/6608260/d7d70684-5846-4d2e-bd65-70c6a27b50dc

bwateratmsft commented 4 weeks ago

Check to make sure you don't have any stuck keyboard keys, this is strange but not something the Docker extension could cause to happen.

aakrem commented 4 weeks ago

@bwateratmsft, if it's a stuck keyboard key, it would happen on all extensions and even in my whole OS. However, it's only happening with the docker extension!