| Index: pkg/analysis_server/lib/src/constants.dart
|
| diff --git a/pkg/analysis_server/lib/src/constants.dart b/pkg/analysis_server/lib/src/constants.dart
|
| index 5054f7b732bcae0681a26237ee6ed16af6decbed..519bbfe2291e848ab3d28368841d9de4f0ea0c84 100644
|
| --- a/pkg/analysis_server/lib/src/constants.dart
|
| +++ b/pkg/analysis_server/lib/src/constants.dart
|
| @@ -97,6 +97,12 @@ const String EDIT_SORT_MEMBERS = 'edit.sortMembers';
|
| const String EDITS = 'edits';
|
|
|
| //
|
| +// Diagnostics methods
|
| +//
|
| +const String DIAGNOSTIC_GET_DIAGNOSTICS = 'diagnostic.getDiagnostics';
|
| +const String DIAGNOSTIC_GET_SERVER_PORT = 'diagnostic.getServerPort';
|
| +
|
| +//
|
| // Analysis option names
|
| //
|
| const String ELEMENT = 'element'; // boolean
|
|
|