Expand description
Shared configuration types used by both schema generation and runtime.
These types are kept in a separate module so that the schema generator can import them without pulling in heavy runtime dependencies.
Modules§
- context_
keys - Constants for menu context state keys
These are used both in menu item
whenconditions andcheckboxstates
Structs§
- LspServer
Config - LSP server configuration
- Process
Limits - Configuration for process resource limits
Enums§
- Feature
Filter - Feature filter for an LSP server, controlling which features it handles.
- LspFeature
- LSP features that can be routed to specific servers in a multi-server setup.
- LspLanguage
Config - Wrapper for deserializing a per-language LSP config that can be either a single server object or an array of server objects.