mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Add powershell troubleshooting link
This commit is contained in:
@@ -359,7 +359,20 @@ const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifiedMessa
|
|||||||
<>
|
<>
|
||||||
<p style={{ ...pStyle, color: "var(--vscode-errorForeground)" }}>
|
<p style={{ ...pStyle, color: "var(--vscode-errorForeground)" }}>
|
||||||
{apiRequestFailedMessage}
|
{apiRequestFailedMessage}
|
||||||
|
{apiRequestFailedMessage?.toLowerCase().includes("powershell") && (
|
||||||
|
<>
|
||||||
|
<br />
|
||||||
|
It seems like you're having Windows PowerShell issues, please see this{" "}
|
||||||
|
<a
|
||||||
|
href="https://github.com/saoudrizwan/claude-dev/wiki/TroubleShooting-%E2%80%90-Windows-PowerShell-Errors"
|
||||||
|
style={{ color: "inherit", textDecoration: "underline" }}>
|
||||||
|
troubleshooting guide
|
||||||
|
</a>
|
||||||
|
.
|
||||||
|
</>
|
||||||
|
)}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{/* {apiProvider === "kodu" && (
|
{/* {apiProvider === "kodu" && (
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
|
|||||||
Reference in New Issue
Block a user