-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Can no longer create branch when running Git: Checkout
#21439
Comments
@bpasero Could we augment the current pick API such that I still get what the user typed? Possibly I should also be able to update the informational message, as the user types. |
@joaomoreno you mean to have API to return what the user typed even if there is no matching pick entry in the list? |
Yeah, corrected my typo, sorry! |
Makes sense, I think we can add something to the /cc @jrieken on the idea of #21439 (comment) |
@joaomoreno You want a combination of quick pick and input box, right? Since the API promises to return one of the items (can be objects) it is tricky to just come up with an item based on invalid user input. This needs thinking... |
@Meowbeast we only enabled the new SCM features in the insiders release. Since you seem to be using stable, you are back to the old SCM world. |
So how do you make a new branch now, isn’t it possible anymore? |
Anything on this. This one made it into the new stable release. Missing the workflow of just clicking the branch in the lower left and create a new one from it |
It's interesting that this was marked a duplicate. I was able to create a git branch successfully from 1.10.2 (that was the third screenshot I included in my report #24315). ¯\_(ツ)_/¯ Thank you for your work, in any case!! |
Any idea when this one will be fixed? |
Git: Checkout
It is assigned for April 2017 right there in the Milestone assignment. |
Even outside of this issue, I think it would be great if this ability was added (opt-in) of course to the |
I really liked it when you just click on the branch name on bottom left and start typing the branch you want to create. no longer there 😢 |
Gonna have to push this until we figure out a good API for it: #25140 |
Using 1.11.2 and have to say I really miss the click and type experience. It is unclear from the comments above if it will be coming back. |
Is it possible to bring the functionality back on a temporary basis, while the larger API issues get sorted out? Please? @jrieken @joaomoreno |
Is there any update of this removed-but-everyone-like-it feature ? :) |
Steps to Reproduce:
Here is what it looked like before the insider release:
Now the option is purely branch to checkout:
The text was updated successfully, but these errors were encountered: