Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkondratek committed Jul 22, 2024
1 parent c4cc72a commit c8a0446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ internal class InlineEditPromptEditCodeAction : DumbAwareAction() {
getInlineEditPrompt(e)?.performOKAction()
}

fun getActionUpdateThread(): ActionUpdateThread {
override fun getActionUpdateThread(): ActionUpdateThread {
return ActionUpdateThread.EDT
}
}
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
class="com.sourcegraph.cody.edit.InlineEditPromptEditCodeAction" >
<keyboard-shortcut replace-all="true" first-keystroke="ctrl ENTER" keymap="$default"/>
<keyboard-shortcut replace-all="true" first-keystroke="meta ENTER" keymap="Mac OS X 10.5+"/>
<override-text place="GoToAction" text="Cody: Confirm Code Edition"/>
<override-text place="GoToAction" text="Cody: Edit Code"/>
</action>

<!-- also now dismisses error lens, if showing -->
Expand Down

0 comments on commit c8a0446

Please sign in to comment.