All notable changes to the "Quit Control for VSCode" extension will be documented in this file. The format is based on Keep a Changelog.
- New configuration
quitControl.closeTabShouldTryToCloseEmptyWindow
, defaults totrue
. Toggle macOS-like behavior of closing an empty window with the same shortcut of closing a tab:Cmd+W
(macOS);Ctrl+W
(Linux and Windows);Ctrl+F4
(Windows). - (Linux and Windows) Preventing
Alt+F4
from closing the window and prompting you instead. Consistent only on Windows for now, as VScode for Linux distros doesn't always support keybindings onAlt+F4
. - (Windows) New configuration
quitControl.enableQuitKeybindingOnWindows
, defaults totrue
. EnablesCtrl+Q
to quit VSCode on Windows.
- Enabling extension to work on Remote Containers without the need to install it again. From PR#29.
- Keybinding labels were wrong on non empty window
- When there are no windows left you can use
⌘Q
to quit vscode. From issue #24 - Namespace of commands and contexts changed from
quitPlugin
toquitControl
- Following VSCode recommendation of activating extension after
onStartupFinished
andonCommand:${commandName}
- Close window prompt showing up when closing an extension page. Fully fixed 2+ years old issue #3
- Proper keyboard symbols in prompt description for windows and linux
- Keybindings not working on linux distros
- Refactored typescript code that was probably causing import errors of keybinding handlers
- Close window pompt sometimes showing up when tere were tabs open
- Close window prompt showing up when closing an extension page. It's a partial fix as described in this comment on issue #3
– Close Window command won't close all open editors no more. From now on, if you want to close all editors, use default keyboard shortcuts: ⌘K ⌘W
(on mac) or Ctrl+K Ctrl+W
(on windows).
- Close Window prompt always showing up when closing editor with
⌘W
.
- Sometimes slow response time after pressing keystrokes
- Fixed issue where the Close Window prompt didn't show up reliably.
- Text description now clearly says to press Enter to confirm
- Closing welcome screen doesn't make quit prompt to appear anymore.
- Partially fixed bug where closing non-text tabs would always cause the quit prompt to appear.
- Changelog format error
- Fixed bug where non-text files couldn't be closed with
⌘W
orCTRL+W
. - Now this extension knows how to make proper changelogs =).
- Fixes on
README
file.
- Updated "Features" section on
README
file.
- This plugin doesn't do anithyng with
Alt+F4
on Windows platform no more. Default system behavior ofAlt+F4
is back.
- Better description and details on menu items.