mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Add shell integration troubleshooting link
This commit is contained in:
@@ -455,9 +455,15 @@ const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifiedMessa
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
Claude won't be able to view the command's output. Please update VSCode (CMD/CTRL +
|
Claude won't be able to view the command's output. Please update VSCode (
|
||||||
Shift + P → Update) and make sure you're using a supported shell: bash, zsh, fish,
|
<code>CMD/CTRL + Shift + P</code> → "Update") and make sure you're using a supported
|
||||||
or PowerShell.
|
shell: zsh, bash, fish, or PowerShell (<code>CMD/CTRL + Shift + P</code> →
|
||||||
|
"Terminal: Select Default Profile").{" "}
|
||||||
|
<a
|
||||||
|
href="https://github.com/saoudrizwan/claude-dev/wiki/Troubleshooting-%E2%80%90-Shell-Integration-Unavailable"
|
||||||
|
style={{ color: "inherit", textDecoration: "underline" }}>
|
||||||
|
Still having trouble?
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user