vscode-pull-request-github
vscode-pull-request-github copied to clipboard
Ability to query against Notifications API
Hello,
When developing https://github.com/ldelossa/gh.nvim I found it very useful to query GitHub's notification API.
By doing so, this Neovim plugin implements a Notifications view where you can keep a subset of the PR's have activity on, or you want to follow up on.
Right now, vscode-pull-request-github has no great way or organizing open PRs for "viewing later". This is not the same as assigning yourself to the PR, as you may not want to commit to the review.
Would it be possible to allow queries against GitHub's notification API?