From a5d446d54440a915a9b0f3273762a30e693e06ee Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:51:18 -0400 Subject: [PATCH] Add shell integration troubleshooting link --- webview-ui/src/components/ChatRow.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/webview-ui/src/components/ChatRow.tsx b/webview-ui/src/components/ChatRow.tsx index e0e7fbf..256e95c 100644 --- a/webview-ui/src/components/ChatRow.tsx +++ b/webview-ui/src/components/ChatRow.tsx @@ -455,9 +455,15 @@ const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifiedMessa
- Claude won't be able to view the command's output. Please update VSCode (CMD/CTRL + - Shift + P → Update) and make sure you're using a supported shell: bash, zsh, fish, - or PowerShell. + Claude won't be able to view the command's output. Please update VSCode ( + CMD/CTRL + Shift + P → "Update") and make sure you're using a supported + shell: zsh, bash, fish, or PowerShell (CMD/CTRL + Shift + P → + "Terminal: Select Default Profile").{" "} + + Still having trouble? +