LspServerConfig constructor
const
LspServerConfig({})
Implementation
const LspServerConfig({
required this.name,
required this.command,
this.args = const [],
required this.extensionToLanguage,
this.env = const {},
this.workspaceFolder,
this.initializationOptions,
this.maxRestarts = 3,
});