Skip to content

Commit c82d010

Browse files
Merge main into feature/ideNotifs-polling
2 parents cd2ff9d + 5aff48c commit c82d010

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
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

+1-1
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)