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

Align git command palette interaction with command line #15534

Closed
chrmarti opened this issue Nov 15, 2016 · 2 comments
Closed

Align git command palette interaction with command line #15534

chrmarti opened this issue Nov 15, 2016 · 2 comments
Labels
feature-request Request for new features or functionality git GIT issues *out-of-scope Posted issue is not in scope of VS Code

Comments

@chrmarti
Copy link
Contributor

  • VSCode Version: 1.7

Intuitively I'd expect git branch -d some_name to allow me to delete a branch. Other subcommands could be supported the same way, for some the completion item might tell you what it does (like when creating a branch), for others it's fine if it doesn't.

I like how it supports creating a new branch by assuming an unknown name after git checkout is a branch to be created. That could be kept almost the same, except the completion item would tell you that it will insert the -b option for you.

@chrmarti chrmarti added feature-request Request for new features or functionality git GIT issues labels Nov 15, 2016
@joaomoreno
Copy link
Member

We will very likely go away from this whole feature, as git turns to an extension.

@joaomoreno joaomoreno removed their assignment Nov 16, 2016
@joaomoreno joaomoreno added the *out-of-scope Posted issue is not in scope of VS Code label Sep 17, 2018
@vscodebot
Copy link

vscodebot bot commented Sep 17, 2018

This iteration we focus on issue grooming. This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding and happy coding!

@vscodebot vscodebot bot closed this as completed Sep 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality git GIT issues *out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

2 participants