vscode-fileutils
vscode-fileutils copied to clipboard
Focus on next file when deleting a file.
Describe the bug
When deleting a file with File: Delete, and the next file is moved into view, the focus is actually in the sidebar.
To Reproduce
Steps to reproduce the behavior:
- Delete a file with
File: Delete. - The focus will be in the sidebar.
Expected behavior
Instead, the cursor should be immediately moved to the file that is now currently in view, after deleting the last file.
Desktop (please complete the following information):
- VSCode Version: 1.37.1
- OS Version: MacOS 10.14.6
Ran into this issue as well... it's a nice to have but I actually realized that simply hitting tab puts you back into the focused editor so it's not the worst.