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 97eba22 commit b604867Copy full SHA for b604867
src/233/main/kotlin/cc/unitmesh/devti/vcs/VcsUtil.kt
@@ -4,6 +4,7 @@ import com.intellij.openapi.actionSystem.AnActionEvent
4
import com.intellij.openapi.vcs.VcsDataKeys
5
import com.intellij.openapi.vcs.changes.Change
6
import com.intellij.openapi.vcs.changes.CurrentContentRevision
7
+import com.intellij.vcs.commit.CommitWorkflowUi
8
9
object VcsUtil {
10
fun getCommitWorkFlowUi(e: AnActionEvent): CommitWorkflowUi? {
0 commit comments