You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constreviewAndCommentEvents=timeline.filter((event): event is ReviewEvent|CommentEvent=>event.event===EventType.Reviewed||event.event===EventType.Commented);
@@ -63,7 +70,7 @@ export abstract class PullRequestTool implements vscode.LanguageModelTool<FetchI
63
70
file: comment.path
64
71
};
65
72
}),
66
-
timelineComments: timeline.filter((event): event is ReviewEvent|CommentEvent=>event.event===EventType.Reviewed||event.event===EventType.Commented).map(event=>{
0 commit comments