Skip to content

Commit 32ecda2

Browse files
committed
Remove error when GitHub Copilot not signed in
1 parent fa30a9e commit 32ecda2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Sources/HostApp/AccountSettings/CopilotView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ struct CopilotView: View {
119119
version = try await service.version()
120120
isRunningAction = false
121121

122-
if status != .ok {
122+
if status != .ok && status != .notSignedIn {
123123
toast(
124124
Text(
125125
"GitHub Copilot status is not \"ok\". Please check if you have a valid GitHub Copilot subscription."

0 commit comments

Comments
 (0)