We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e251d commit 92f517bCopy full SHA for 92f517b
2 files changed
src/nls/root/strings.js
@@ -1932,6 +1932,7 @@ define({
1932
"AI_CHAT_MODE_INFO_PLAN": "AI will propose a plan before making changes",
1933
"AI_CHAT_MODE_INFO_EDIT": "AI can edit files. Shell commands need approval",
1934
"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)",
1936
"AI_CHAT_BASH_CONFIRM_TITLE": "Allow command?",
1937
"AI_CHAT_BASH_ALLOW": "Allow",
1938
"AI_CHAT_BASH_DENY": "Deny",
src/styles/Extn-AIChatPanel.less
@@ -1753,7 +1753,7 @@
1753
margin-left: auto;
1754
font-size: 11px;
1755
line-height: 1;
1756
- pointer-events: none;
+ pointer-events: auto;
1757
white-space: nowrap;
1758
overflow: hidden;
1759
text-overflow: ellipsis;
0 commit comments