File tree Expand file tree Collapse file tree 4 files changed +0
-51
lines changed
core/src/main/resources/messages
kotlin/cc/unitmesh/git/actions/vcs Expand file tree Collapse file tree 4 files changed +0
-51
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,6 @@ settings.autodev.others.quickAssistant=Quick Assistant
164
164
settings.autodev.others.commitMessage =Commit Message (AutoDev)
165
165
settings.autodev.others.generateReleaseNote =Generate Release Note (AutoDev)
166
166
settings.autodev.others.codeReview =CodeReview (AutoDev)
167
- settings.autodev.others.prepushReviewAction =Prepush Review (AutoDev)
168
167
settings.autodev.others.codeComplete =Code Complete (AutoDev)
169
168
settings.autodev.others.editSettings =Edit Settings
170
169
Original file line number Diff line number Diff line change @@ -173,7 +173,6 @@ settings.autodev.others.quickAssistant=文本生成代码 (AutoDev)
173
173
settings.autodev.others.commitMessage =提交消息 (AutoDev)
174
174
settings.autodev.others.generateReleaseNote =生成发布说明 (AutoDev)
175
175
settings.autodev.others.codeReview =代码审查 (AutoDev)
176
- settings.autodev.others.prepushReviewAction =预推送审查 (AutoDev)
177
176
settings.autodev.others.codeComplete =补全代码 (AutoDev)
178
177
settings.autodev.others.editSettings =编辑设置
179
178
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33
33
anchor =" after" />
34
34
<add-to-group group-id =" Vcs.Log.ContextMenu" relative-to-action =" Vcs.ShowDiffWithLocal" anchor =" after" />
35
35
</action >
36
-
37
- <action id =" autodev.Vcs.PrepushReview"
38
- class =" cc.unitmesh.git.actions.vcs.PrepushReviewAction"
39
- icon =" cc.unitmesh.devti.AutoDevIcons.AI_COPILOT"
40
- description =" Ask AI to review code" >
41
-
42
- <add-to-group group-id =" ChangesViewToolbar" anchor =" last" />
43
- <add-to-group group-id =" ChangesViewPopupMenu" relative-to-action =" ChangesView.Revert" anchor =" after" />
44
- </action >
45
36
</actions >
46
37
47
38
<extensions defaultExtensionNs =" cc.unitmesh" >
You can’t perform that action at this time.
0 commit comments