We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f2b6bb + 770e2f0 commit 48cba81Copy full SHA for 48cba81
src/com/magento/idea/magento2plugin/indexes/ModuleIndex.java
@@ -53,7 +53,7 @@ public List<String> getEditableModuleNames() {
53
}
54
55
public List<String> getEditableThemeNames() {
56
- return getThemeNames("/" + Package.vendor + "/|/tests/|/test/", true);
+ return getThemeNames("/" + Package.vendor + "/magento/|/tests/|/test/", true);
57
58
59
public List<String> getModuleNames() {
0 commit comments