Skip to content

Commit 92f517b

Browse files
committed
fix: add translatable Shift+Tab hint and enable pointer events on info label
1 parent f5e251d commit 92f517b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/nls/root/strings.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1932,6 +1932,7 @@ define({
19321932
"AI_CHAT_MODE_INFO_PLAN": "AI will propose a plan before making changes",
19331933
"AI_CHAT_MODE_INFO_EDIT": "AI can edit files. Shell commands need approval",
19341934
"AI_CHAT_MODE_INFO_FULL_AUTO": "AI can edit files and run commands without approval",
1935+
"AI_CHAT_MODE_SWITCH_HINT": "(Shift+Tab to switch)",
19351936
"AI_CHAT_BASH_CONFIRM_TITLE": "Allow command?",
19361937
"AI_CHAT_BASH_ALLOW": "Allow",
19371938
"AI_CHAT_BASH_DENY": "Deny",

src/styles/Extn-AIChatPanel.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1753,7 +1753,7 @@
17531753
margin-left: auto;
17541754
font-size: 11px;
17551755
line-height: 1;
1756-
pointer-events: none;
1756+
pointer-events: auto;
17571757
white-space: nowrap;
17581758
overflow: hidden;
17591759
text-overflow: ellipsis;

0 commit comments

Comments
 (0)