Ctrl+f4 is not working the latest version of close VsCode Insider builds
See original GitHub issueWhen I try to close the active editor using ctrl+f4
I get the following error.
Command workbench.files.action.closeFile
has been removed. You can use workbench.action.closeActiveEditor
instead
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Visual Studio Code Key Bindings
Here you will find the complete list of key bindings for Visual Studio Code and how to change them.
Read more >Can't save notebooks: "No file system provider found for ...
I'm currently running into the same issue on VSCode 1.53.0-insider. Attempting to close the editor through the file menu or CTRL-F4 brings ...
Read more >Keyboard shortcuts - Visual Studio (Windows) | Microsoft Learn
Visual Studio Code ... You can look up the shortcut for any command by opening the Options ... Close document window, Ctrl+F4, Window....
Read more >VSCode some shortcuts not working properly - Stack Overflow
With the command Developer: Toggle Keyboard Shortcuts Troubleshooting , you can see which command is linked to a shortcut.
Read more >All Mac & Windows shortcuts for VS Code
VS Code Shortcuts. Visual Studio Code is the modern, open source and cross-platform text and code editor, the new hot kid on the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Don’t mean to push you… Just checking to see if I can help…
Is there any blocker in fixing this?
Disclosure: I’m not well versed in neither JS nor Vscode 😃
Thanks
Please note that
shift+esc
is focus dependent.Meaning, if you press
shift+esc
when you are in editor, it should not do anything (as the panel/sidebar does not have focus)Pressing this combination, while the panel/sidebar has focus should hide the panel/sidebar under focus.