Skip to content

Commit b4cbda2

Browse files
Merge main into feature/q-mega
2 parents a4a02d4 + 5aff48c commit b4cbda2

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)