LspServerManager constructor

LspServerManager({
  1. required List<LspServerConfig> configs,
  2. void onDiagnostics(
    1. List<LspDiagnostic>
    )?,
})

Implementation

LspServerManager({required List<LspServerConfig> configs, this.onDiagnostics})
  : _configs = configs;