Skip to content

Commit

Permalink
Merge main into feature/ideNotifs
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation authored Nov 26, 2024
2 parents 5bb683e + 5aff48c commit 2fdb1d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "bugfix",
"description" : "Correct search text for Amazon Q inline suggestion keybindings"
}
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,6 @@ class CodeWhispererConfigurable(private val project: Project) :
}

companion object {
private const val Q_INLINE_KEYBINDING_SEARCH_TEXT = "inline suggestion"
private const val Q_INLINE_KEYBINDING_SEARCH_TEXT = "Amazon Q inline suggestion"
}
}

0 comments on commit 2fdb1d8

Please sign in to comment.