LspSocketConfig constructor
LspSocketConfig({})
Implementation
LspSocketConfig({
required super.filePath,
required super.workspacePath,
required super.languageId,
required this.serverUrl,
super.disableWarning,
super.disableError,
}) : _channel = WebSocketChannel.connect(Uri.parse(serverUrl));