-
Notifications
You must be signed in to change notification settings - Fork 604
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
deleting branch after squashing PR not working anymore since vscode 1.98.0 #6699
Comments
@jorenham Do you still see this? I squash then delete on a regular basis and haven't seen this issue. |
I believe it does, but to be sure, I'll try it right now with numpy/numtype#345. |
after squashing through the github web interface: after squashing, and hitting "refresh" in vscode: so I pressed "Delete branch...": I clicked on "Ok", but the branch still exists locally and is still checked out: but the "Delete branch..." button is now disabled: Git branches view: relevant output logs:
|
Is it a personal repo or an organization repo (like in my case)? |
Organization repo. Like this repo or |
Hmm, then there must be something else that differs 🤔 |
@jorenham, next time you see this, can you share the output from "Git"? |
I just tried again with python/typeshed#13760
|
and again with python/typeshed#13777, while paying more attention to limit the logs to what's relevant:
|
Based on the screenshots, you don't have the PR branch currently checked out, but the logs say you do have it checked out? Do you have the PR branch currently checked out? When this happens, what is the output of |
|
I think I see what's going on, thanks! |
After squashing a PR in numpy/numtype via the web interface, then refreshing in VSCode, I press the "delete branch" button, and see the following logs:
This is happening since I upgraded VSCode to 1.98.0. I tried both the release- and pre-release versions of the extension.
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: