Skip to content

Commit 128b985

Browse files
authored
Override pinned context hint text (#479)
This change overrides/hides the pinned context hint text which is incorrectly shown for Eclipse as the shortcut key already exists. In a future change, an appropriate shortcut key and hint text will be configured
1 parent df41895 commit 128b985

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugin/src/software/aws/toolkits/eclipse/amazonq/providers/assets/ChatWebViewAssetProvider.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ function refreshUi() {
176176
disclaimerAcknowledged: %b,
177177
pairProgrammingAcknowledged: %b,
178178
agenticMode: true,
179-
modelSelectionEnabled: true
179+
modelSelectionEnabled: true,
180+
stringOverrides: { pinContextHint: '' },
180181
});
181182
window.mynah = mynahUI
182183
})

0 commit comments

Comments
 (0)