Skip to main content

Crate perl_lsp_feature_flags

Crate perl_lsp_feature_flags 

Source
Expand description

Shared feature flag types for LSP profile-driven capability selection.

The BuildFlags shape is the single source of truth for runtime-constructed capability toggles, while AdvertisedFeatures is the runtime-facing projection used by server startup and protocol responses.

Structsยง

AdvertisedFeatures
LSP features advertised to clients for Perl script development
BuildFlags
Build-time feature flags for conditional LSP capability compilation