Commit 310b8053 authored by Dan Rubel's avatar Dan Rubel Committed by GitHub

remove WebStorm from list of supported IDEs (#6519)

parent 90fc6884
...@@ -323,7 +323,6 @@ abstract class IntelliJValidator extends DoctorValidator { ...@@ -323,7 +323,6 @@ abstract class IntelliJValidator extends DoctorValidator {
static final Map<String, String> _idToTitle = <String, String>{ static final Map<String, String> _idToTitle = <String, String>{
'IntelliJIdea' : 'IntelliJ IDEA Ultimate Edition', 'IntelliJIdea' : 'IntelliJ IDEA Ultimate Edition',
'IdeaIC' : 'IntelliJ IDEA Community Edition', 'IdeaIC' : 'IntelliJ IDEA Community Edition',
'WebStorm' : 'IntelliJ WebStorm',
}; };
static Iterable<DoctorValidator> get installed { static Iterable<DoctorValidator> get installed {
...@@ -425,7 +424,6 @@ class IntelliJValidatorOnMac extends IntelliJValidator { ...@@ -425,7 +424,6 @@ class IntelliJValidatorOnMac extends IntelliJValidator {
static final Map<String, String> _dirNameToId = <String, String>{ static final Map<String, String> _dirNameToId = <String, String>{
'IntelliJ IDEA.app' : 'IntelliJIdea', 'IntelliJ IDEA.app' : 'IntelliJIdea',
'IntelliJ IDEA CE.app' : 'IdeaIC', 'IntelliJ IDEA CE.app' : 'IdeaIC',
'WebStorm.app' : 'WebStorm',
}; };
static Iterable<DoctorValidator> get installed { static Iterable<DoctorValidator> get 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