We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa30a9e commit 32ecda2Copy full SHA for 32ecda2
1 file changed
Core/Sources/HostApp/AccountSettings/CopilotView.swift
@@ -119,7 +119,7 @@ struct CopilotView: View {
119
version = try await service.version()
120
isRunningAction = false
121
122
- if status != .ok {
+ if status != .ok && status != .notSignedIn {
123
toast(
124
Text(
125
"GitHub Copilot status is not \"ok\". Please check if you have a valid GitHub Copilot subscription."
0 commit comments