ZIm/crates/tab_switcher
Michael Sloan 6aba3950d2
Improve keymap json schema (#23044)
Also:

* Adds `impl_internal_actions!` for deriving the `Action` trait without
registering.

* Removes some deserializers that immediately fail in favor of
`#[serde(skip)]` on fields where they were used. This also omits them
from the schema.

Release Notes:

- Keymap settings file now has more JSON schema information to inform
`json-language-server` completions and info, particularly for actions
that take input.
2025-01-13 02:34:35 +00:00
..
src Improve keymap json schema (#23044) 2025-01-13 02:34:35 +00:00
Cargo.toml Improve keymap json schema (#23044) 2025-01-13 02:34:35 +00:00
LICENSE-GPL Add tab switcher (#7987) 2024-03-27 11:15:08 -07:00