Add powershell troubleshooting link

This commit is contained in:
Saoud Rizwan
2024-09-19 00:32:12 -04:00
parent ccb5b9bf21
commit e00ad9bf16

View File

@@ -359,7 +359,20 @@ const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifiedMessa
<>
<p style={{ ...pStyle, color: "var(--vscode-errorForeground)" }}>
{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>
{/* {apiProvider === "kodu" && (
<div
style={{