Commit 5fae9d7
committed
refactor(vcs): enhance commit message suggestion action
Update the CommitMessageSuggestionAction to include a new import for Code utility and refactor the code structure. Specifically, this change adds proper indentation, wraps the invokeLater call in a cancellable collection, and introduces a condition to parse code blocks when starting and ending with ``` markers.1 parent 57733f2 commit 5fae9d7
File tree
1 file changed
+10
-4
lines changed- exts/ext-git/src/main/kotlin/cc/unitmesh/git/actions/vcs
1 file changed
+10
-4
lines changedLines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
99 | | - | |
100 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
101 | 104 | | |
102 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
103 | 109 | | |
104 | 110 | | |
105 | 111 | | |
| |||
0 commit comments