Skip to content

Commit 876c6be

Browse files
committed
Handling featureFlagsNotification
1 parent d96e234 commit 876c6be

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Core/Sources/GitHubCopilotService/CopilotLocalProcessServer.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,13 @@ extension CustomJSONRPCLanguageServer {
222222
}
223223
block(nil)
224224
return true
225+
case "featureFlagsNotification":
226+
if UserDefaults.shared.value(for: \.gitHubCopilotVerboseLog) {
227+
Logger.gitHubCopilot
228+
.info("\(anyNotification.method): \(anyNotification.params.debugDescription)")
229+
}
230+
block(nil)
231+
return true
225232
default:
226233
return false
227234
}

0 commit comments

Comments
 (0)