-
Notifications
You must be signed in to change notification settings - Fork 606
deleting branch after squashing PR not working anymore since vscode 1.98.0 #6699
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
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! |
@jorenham can you verify this is fixed in VS Code Insiders and the Pre-release version of the GitHub Pull Request extension? |
Working on it; but CI seems to be having trouble getting out of bed today |
relatable |
With VSCode insiders and the pre-release extension, it seems to work now. But with the stable VSCode and the pre-release ext, it's still the same problem |
Yes that's because the latest version of the pre-release ext is not compatible with the current Stable version of VS Code. When the next Stable VS Code is released (next week), there will also be a GH PR extension release which will work there. Thanks for verifying! |
Thanks for fixing this! |
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: