0.196.7
29/07/2025
macOS
Loading...
Loading...
Linux
Loading...
Loading...
- Improved LSP code lens handling. (#35207)
- Fixed tasks that leaked despite workspace window close. (#35246)
- Keymap Editor: Fixed an issue where the modifiers used to activate keystroke search would appear in the keystroke search. (#35208)
- Keymap Editor: Made it possible to search for repeat modifiers, such as a binding with
cmd-shift cmd
. (#35208) - Keymap Editor: Made keystroke search matches based on ordered (not necessarily contiguous) runs. For example, searching for
cmd-shift-j
will matchcmd-k cmd-shift-j alt-q
andcmd-i g shift-j
but notalt-k shift-j
orcmd-k alt-j
. (#35208) - Keymap Editor: Fixed the clear keystrokes binding (
delete
by default) not working in the keystroke input. (#35208)