canRunLsp property
bool
get
canRunLsp
Whether LSP servers can be started.
Implementation
bool get canRunLsp => capabilities.hasProcessSpawn;
Whether LSP servers can be started.
bool get canRunLsp => capabilities.hasProcessSpawn;