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 a296660 commit 0026d43Copy full SHA for 0026d43
Tool/Sources/GitHubCopilotService/Services/GitHubCopilotChatService.swift
@@ -80,7 +80,7 @@ public final class GitHubCopilotChatService: BuiltinExtensionChatServiceType {
80
if error.contains("400") {
81
continuation.finish(
82
throwing: GitHubCopilotError.chatEndsWithError(
83
- "\(error). Please try enabling pretend IDE as VSCode."
+ "\(error). Please try enabling pretend IDE to be VSCode and click refresh configuration."
84
)
85
86
} else {
0 commit comments