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.
1 parent f53d864 commit ec41c95Copy full SHA for ec41c95
src/com/magento/idea/magento2plugin/Settings.java
@@ -9,8 +9,7 @@
9
@State(
10
name = "Magento2PluginSettings",
11
storages = {
12
- @Storage(id = "default", file = StoragePathMacros.PROJECT_FILE),
13
- @Storage(id = "dir", file = StoragePathMacros.PROJECT_CONFIG_DIR + "/magento2plugin.xml", scheme = StorageScheme.DIRECTORY_BASED)
+ @Storage("magento2plugin.xml")
14
}
15
)
16
public class Settings implements PersistentStateComponent<Settings> {
0 commit comments