Commit abb0a14a authored by Dan Rubel's avatar Dan Rubel Committed by GitHub

remove Atom from the list of IDE support to install (#6556)

parent 76844e25
...@@ -238,9 +238,7 @@ class NoIdeValidator extends DoctorValidator { ...@@ -238,9 +238,7 @@ class NoIdeValidator extends DoctorValidator {
@override @override
Future<ValidationResult> validate() async { Future<ValidationResult> validate() async {
// TODO(danrubel): do not show Atom once IntelliJ support is complete
return new ValidationResult(ValidationType.missing, <ValidationMessage>[ return new ValidationResult(ValidationType.missing, <ValidationMessage>[
new ValidationMessage('Atom - https://atom.io/'),
new ValidationMessage('IntelliJ - https://www.jetbrains.com/idea/'), new ValidationMessage('IntelliJ - https://www.jetbrains.com/idea/'),
], statusInfo: 'No supported IDEs installed'); ], statusInfo: 'No supported IDEs installed');
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment