We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96e234 commit 876c6beCopy full SHA for 876c6be
1 file changed
Core/Sources/GitHubCopilotService/CopilotLocalProcessServer.swift
@@ -222,6 +222,13 @@ extension CustomJSONRPCLanguageServer {
222
}
223
block(nil)
224
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
232
default:
233
return false
234
0 commit comments