ZIm/crates/project_panel/src
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
..
project_panel.rs Improve keymap json schema (#23044) 2025-01-13 02:34:35 +00:00
project_panel_settings.rs Allow configuring spacing of project panel entries (#16255) 2025-01-09 17:57:52 +00:00
utils.rs Add Project Panel navigation actions in netrw mode (#20941) 2024-12-05 14:07:13 +01:00