All notable changes to the GitHub CLI UI VS Code extension will be documented in this file.
- Add
gh pr create
command (which automatically appends--web
to let you create a PR in your browser from the current branch, which must already be pushed to the remote).
- Fix bug where actions could fail if repository parent directories contain spaces.
- Sort pull requests by highest number first instead of lowest first when running
gh pr
commands, to match the behaviour of GitHub CLI.
- Support the
gh repo view
command to open the current repo. in your browser (--web
is automatically appended).
- Support projects where the git workspace is in a subfolder, not in the workspace root. Just open a file in the git subfolder before running commands such as
gh pr list
. - Support projects with multiple git repos. Commands use the repo related to the active file.
- Improve error reporting in the case of missing git repos or remotes.
- Initial release.
- Includes support for
gh pr list
,gh pr checkout
andgh pr view
.