Skip to content

Commit 2fdb1d8

Browse files
Merge main into feature/ideNotifs
2 parents 5bb683e + 5aff48c commit 2fdb1d8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Correct search text for Amazon Q inline suggestion keybindings"
4+
}

plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/settings/CodeWhispererConfigurable.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,6 @@ class CodeWhispererConfigurable(private val project: Project) :
209209
}
210210

211211
companion object {
212-
private const val Q_INLINE_KEYBINDING_SEARCH_TEXT = "inline suggestion"
212+
private const val Q_INLINE_KEYBINDING_SEARCH_TEXT = "Amazon Q inline suggestion"
213213
}
214214
}

0 commit comments

Comments
 (0)