- Reintroduced PAT token.
- Fixed #63
- Fixed continuous popup for authentication.
- Fixed #68 - Changed the authentication mechanism from PAT to OAuth using vscode provided authentication session. This will require users to re-authenticate.
- Removed explicit check of azdo url to resolve #55
- Fixed #50 - Comments duplicate in review mode
- Fixed #51 - Comments appear on wrong side in review mode
- Fixed #52 - Comments when deleted from server does not disappear completely
- Added workplace trust setting
- Git extension activation is now forced before activation of this extension
- Fixed #45 - Seeing duplicate review comments.
- Added support for marking files as reviewed ankitbko/vscode-pull-request-azdo#7
- Suggest Edit not works.
- Edits can now be applied from PR Description page. Read more in the wiki.
- Fixed a bug where new thread couldn't be created on left side files.
- Reworked build system
- Functionality to add and remove reviewers from PR.
- visualstudio domain remotes should now resolve. Fixes ankitbko/vscode-pull-request-azdo#25
- Improved logging.
- Mardown rendering in PR Description panel.
- Work Item integration with PR. The PAT token now requires
vso.work_write
permission.
- Fixed bug ankitbko/vscode-pull-request-azdo#18
- Proposed API flag is disabled.
- Released to VS Code Stable.
- Diff options now properly work.
- Changed default diff option to merge-base.
- Status shows properly in Dashboard
- Added system text to timeline view
- Adapted to Secrets API changes in vscode
- Fixed ankitbko/vscode-pull-request-azdo#8
- Tests now work
- Fixed overflow in batches calculation while getting files in PR
- Disabled resolveRemote to fix ankitbko/vscode-pull-request-azdo#5
- Added key check on secretStore onDidChange.
- Specified allowCrossOriginAuthentication as true as attempt to fix fix ankitbko/vscode-pull-request-azdo#4
- Added ssh.dev.azure.com to list of valid hosts - Fixes ankitbko/vscode-pull-request-azdo#3
- Changed URI Scheme
- Backported #2538 from upstream
- Changed command names and view names to make it globally unique.
First release with following features -
- Authenticating and connecting VS Code to Azure Devops.
- Listing and browsing PRs from within VS Code.
- Reviewing PRs from within VS Code with in-editor commenting.
- Validating PRs from within VS Code with easy checkouts.