| Index: pkg/analysis_server/tool/spec/codegen_dart_protocol.dart
|
| diff --git a/pkg/analysis_server/tool/spec/codegen_dart_protocol.dart b/pkg/analysis_server/tool/spec/codegen_dart_protocol.dart
|
| index 038d3b9c3b8a0c6966db2c8a9932972f2e8b7ca8..7a59bc725b2694f61bb81a74c43625124263c382 100644
|
| --- a/pkg/analysis_server/tool/spec/codegen_dart_protocol.dart
|
| +++ b/pkg/analysis_server/tool/spec/codegen_dart_protocol.dart
|
| @@ -1230,7 +1230,8 @@ class CodegenProtocolVisitor extends DartCodegenVisitor with CodeGenerator {
|
| inputType = 'Response';
|
| inputName = 'response';
|
| fieldName = '_result';
|
| - makeDecoder = 'new ResponseDecoder(response)';
|
| + makeDecoder =
|
| + 'new ResponseDecoder(REQUEST_ID_REFACTORING_KINDS.remove(response.id))';
|
| constructorName = 'fromResponse';
|
| break;
|
| case 'notificationParams':
|
|
|