We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be623eb commit 20b2e0dCopy full SHA for 20b2e0d
src/main/java/com/fulinlin/storage/GitCommitMessageStorage.java
@@ -11,7 +11,7 @@
11
import org.jetbrains.annotations.Nullable;
12
13
14
-@State(name = "GitCommitMessageStorage" + GitCommitConstants.ACTION_SUFFIX,
+@State(name = "GitCommitMessageStorage",
15
storages = {@Storage(value = "GitCommitMessageStorage.xml", roamingType = RoamingType.DISABLED)})
16
public class GitCommitMessageStorage implements PersistentStateComponent<GitCommitMessageStorage> {
17
0 commit comments