Skip to main content

Module types

Module types 

Source
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 when conditions and checkbox states

Structs§

LspServerConfig
LSP server configuration
ProcessLimits
Configuration for process resource limits

Enums§

FeatureFilter
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.
LspLanguageConfig
Wrapper for deserializing a per-language LSP config that can be either a single server object or an array of server objects.