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
TODO: maninak show M or A or D (colored!) at the right-most side of each file treeitem signifying modified, added or deleted
TODO: maninak add checkbox next to each item which on hover shows tooltip "Mark file as viewed". A check should be keyed to each revision.id+file.resolvedPath. Sync state across vscode instances. Add a config to toggle showing it.
TODO: maninak prefix each Patch item description with ✓ (or put on the far right as icon) if branch is checked out and in tooltip with (✓ Current Branch).
TODO: maninak make a new ticket to create a new expandable level of all Revisions inside a Patch and outside the files list. Expanding the Patch should auto-expand the most recent revision. Expanding a revision should collapse all other revisions of a Patch. On right-click there should be an option to "Open Diff since Revision..." and show a list of all revisions of this Patch for the user to select one. On selection open diff with that as base On right-click there should be an option to "Open Changes since Commit..." and show a selection list of all commits on that revisions up until one marked "base". On selection open diff with that as base. If both of the above are implemented, then make a sublist "Open Changes since" with the above as sub-items.
The text was updated successfully, but these errors were encountered:
very rough, unprocessed notes follow:
+${A} ~${M} -${D}
(colored) and/or total count of lines added/removedrevision.id+file.resolvedPath
. Sync state across vscode instances. Add a config to toggle showing it.✓
(or put on the far right as icon) if branch is checked out and in tooltip with(✓ Current Branch)
.radilce-interface
) on Patch list item tooltip. Prefix PR name with status e.g.Draft •
or[Draft]
. Add a newradicle.patches.icon
config with options [Status icon
,Gr(avatar)
,None
] https://github.com/microsoft/vscode-pull-request-github/blob/d53cc2e3f22d47cc009a686dc56f1827dda4e897/src/view/treeNodes/pullRequestNode.ts#L315The text was updated successfully, but these errors were encountered: