LspServerManager constructor
LspServerManager({
- required List<
LspServerConfig> configs, - void onDiagnostics()?,
Implementation
LspServerManager({required List<LspServerConfig> configs, this.onDiagnostics})
: _configs = configs;