Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle checkout failure when deleting pull request #1405

Closed
RMacfarlane opened this issue Oct 24, 2019 · 0 comments · Fixed by #1416
Closed

Handle checkout failure when deleting pull request #1405

RMacfarlane opened this issue Oct 24, 2019 · 0 comments · Fixed by #1416
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug

Comments

@RMacfarlane
Copy link
Contributor

  • Extension version: 0.12.0

Steps to Reproduce:

  1. Check out a pull request
  2. Make local changes to the workspace
  3. Merge the PR
  4. Use "Delete" button from the description page and check all boxes

Delete tries to switch branches and delete the old branch. This silently fails with a "DirtyWorkTree" error from git since there are local changes.

@RMacfarlane RMacfarlane added the bug Issue identified by VS Code Team member as probable bug label Oct 24, 2019
@JacksonKearl JacksonKearl self-assigned this Oct 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants