showQuickPick in onDidDeleteFiles doesn't work for multiple deleted files #96274
Labels
feature-request
Request for new features or functionality
file-explorer
Explorer widget issues
*out-of-scope
Posted issue is not in scope of VS Code
Milestone
Commit: ff91584
Date: 2020-04-16T16:36:23.138Z
Electron: 7.1.11
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Windows_NT x64 10.0.18363
Steps to Reproduce:
yo code
)npm install
and then run extensionctrl
select 2 files and right click and delete themundefined
.There's also an issue #86210 with
onDidDeleteFiles
api that if youctrl
select multiple files and delete them, it will triggeronDidDeleteFiles
multiple times instead of having oneFileDeleteEvent
that contains an array of multiple deleted files.So I'm not sure if the problem is when the second event got fired it also fired a
cancel
oresc
so it cancelled the firstshowQuickPick
.Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: