| Index: pkg/analyzer_plugin/lib/protocol/protocol_constants.dart
|
| diff --git a/pkg/analyzer_plugin/lib/protocol/protocol_constants.dart b/pkg/analyzer_plugin/lib/protocol/protocol_constants.dart
|
| index 1bac0b56314d0db8b811956a64f2e411d966f97c..f54687c2605243a964850cb502fe33e490a71b5d 100644
|
| --- a/pkg/analyzer_plugin/lib/protocol/protocol_constants.dart
|
| +++ b/pkg/analyzer_plugin/lib/protocol/protocol_constants.dart
|
| @@ -85,6 +85,7 @@ const String PLUGIN_NOTIFICATION_ERROR_STACKTRACE = 'stackTrace';
|
| const String PLUGIN_REQUEST_SHUTDOWN = 'plugin.shutdown';
|
| const String PLUGIN_REQUEST_VERSION_CHECK = 'plugin.versionCheck';
|
| const String PLUGIN_REQUEST_VERSION_CHECK_BYTESTOREPATH = 'byteStorePath';
|
| +const String PLUGIN_REQUEST_VERSION_CHECK_SDKPATH = 'sdkPath';
|
| const String PLUGIN_REQUEST_VERSION_CHECK_VERSION = 'version';
|
| const String PLUGIN_RESPONSE_VERSION_CHECK_CONTACTINFO = 'contactInfo';
|
| const String PLUGIN_RESPONSE_VERSION_CHECK_INTERESTINGFILES =
|
|
|