-
Notifications
You must be signed in to change notification settings - Fork 272
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
add - navbar : last tag name #255
Comments
Thanks for raising this feature request! Unfortunately it can definitely not go in the top navigation bar as it already almost overflows onto multiple lines (undesirable) in multi-repo workspaces on lower resolution displays (you have the best case - i.e. high resolution display, one repo in workspace, and short branch names). The last space that is available in the navigation bar is going to be used by the upcoming filtering functionality, which will be used by a much larger number of users. Additionally, if I added this feature to the navigation bar, I’d get numerous other requests for things other users would like in the navigation bar (all only being used by a relatively small number of users). In a recent update I added the keystroke Once the keystroke scrolls to the commit containing the last tag, I’d make the commit have some temporary emphasis (e.g. a colour flash) to draw the users eye to the specific commit. I’ve been meaning to add this to the scroll-to-head keystroke, but hadn’t got around to it yet. |
Hi, and thanks for the time you take to write your answer. I now have an another Idea, (I think it will be to specific to my needs, but who knows, since it's a standard it may be useful for others). We could add here (or somewhere in the config) a list of preset But. As said, I'll understand that this request is to specific. |
I like the idea behind auto incrementing a version number, however it would require input(s) on the “Add Tag” dialog to choose whether you’re incrementing the major, minor, or patch version. The dialog is already getting quite big, so I hesitate at adding any additional inputs. As you mentioned, it is quite specific to how you operate, and I’m unsure how widely used such functionality would be. With the solution I previously proposed, you would just have to use the keystroke Instead of this, how about adding a new line of text to the “Add Tag” Dialog after “Add tag to commit xxxxxxxx:” which says “(Last tag name: )”. Then the last tag name is exactly where you need it, and you don’t need to use any keystrokes. The text could also be copied). |
major, minor, or patch version : is mostly patch, so when the user want a major or minor one, he could change it himself (is just an auto-completion) The dialog is already getting quite big : I agree with you, just in the configuration of the vscode would be perfect. unsure how widely used would be : I think quite a lot, since it's an "git standard" but I'm nobody to tell that. CTRL-T : it's a nice solution :) Last tag name : I'm not sure I understand, it would be here added? |
My preference also goes for the second one. Thx a lot and have a nice day. |
…" Dialog that indicates the most recent tag in the loaded commits.
This will be available in v1.22.0. I reached out and received feedback from a range of users on the preferred tooltip message to ensure none of them found it misleading, due to the various restrictions and Git limitations this feature had to operate within. If you'd like to use it before the next release, you can download v1.22.0-beta.4, and install it following the instructions provided here. |
Describe the feature that you'd like
Having here, the last tag
Additional context (optional)
In my example, it's easy to find the last tag name, but sometimes this can be 30 - 50 commits before.
For users like my that use a CI/CD to reads the tag name to make an automatic build/publish of the project, it may be useful to always see what was the name of the previous tag, so we could directly see without having to scroll down.
The text was updated successfully, but these errors were encountered: