Stream of responses from the LSP server. Use this to listen for notifications like diagnostics.
Stream<Map<String, dynamic>> get responses => _responseController.stream;