src/github/utils.ts (2 lines): - line 274: submittedAt: (review as any).submitted_at, // TODO fix typings upstream - line 702: } as Common.CommitEvent); // TODO remove cast webviews/components/timeline.tsx (2 lines): - line 36: // TODO: Maybe make TimelineEvent a tagged union type? - line 238: // TODO: We should show these, but the pre-React overview page didn't. Add src/issues/stateManager.ts (1 line): - line 32: // TODO: make exclude from date words configurable src/commands.ts (1 line): - line 453: // TODO check is codespaces src/github/createPRViewProvider.ts (1 line): - line 65: // TODO @RMacfarlane Clear stored state on extension deactivation instead. src/view/pullRequestCommentController.ts (1 line): - line 384: // TODO can we do better?