Skip to content

Commit 0026d43

Browse files
committed
Update
1 parent a296660 commit 0026d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tool/Sources/GitHubCopilotService/Services/GitHubCopilotChatService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public final class GitHubCopilotChatService: BuiltinExtensionChatServiceType {
8080
if error.contains("400") {
8181
continuation.finish(
8282
throwing: GitHubCopilotError.chatEndsWithError(
83-
"\(error). Please try enabling pretend IDE as VSCode."
83+
"\(error). Please try enabling pretend IDE to be VSCode and click refresh configuration."
8484
)
8585
)
8686
} else {

0 commit comments

Comments
 (0)