Skip to content

Commit 87d68b8

Browse files
committed
chore(database): adjust priority of AutoSqlAction
Decreasing the priority of AutoSqlAction from 1001 to 900 for better ordering.
1 parent 2f754ef commit 87d68b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exts/database/src/main/kotlin/cc/unitmesh/database/actions/AutoSqlAction.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import com.intellij.psi.PsiFile
1919

2020

2121
class AutoSqlAction : ChatBaseIntention() {
22-
override fun priority(): Int = 1001
22+
override fun priority(): Int = 900
2323
override fun startInWriteAction(): Boolean = false
2424
override fun getFamilyName(): String = AutoDevBundle.message("autosql.name")
2525
override fun getText(): String = AutoDevBundle.message("autosql.generate")

0 commit comments

Comments
 (0)