Philip Waritschlager

Results 359 comments of Philip Waritschlager

Cannot reproduce. Could you please share your system details? Win/Mac/Linux and Version? And are you using regular VSCode or VSCodium? Also, please check the bottom Output pane and select `git...

Does this problem still exist in the latest version?

This is a good idea, will definitely add this. Common use case, way too unintuitively implemented in Git CLI (like most things). This will then only affect the local commit....

You can already add this feature to the extension with this option: ```jsonc "git-log--graph.actions.commit": [{ "title": "Edit message", "icon": "edit", "info": "Only works when your work tree is clean (no...

> forget to add the ticket ID haha, yes, same, all the time :D > A graphical option to get the current message in a textbox, modify, click a Save...

Implemented with version 0.1.15. Unfortunately, prefilling the message field with the existing commit message would be - once again - too complex, so for now to *alter* something, you have...

Editing works for any commit, regardless of how far back it is or if you have pushed or not. Needs to be on your currently checked out branch though.

Makes sense to add. For now, just like in #87, you can already add this feature by yourself though without waiting for an update: In the tag creation popup, edit...

Implemented with version 0.1.15: There is no push *option* while creating a tag, but you can now right click a tag and do a "Push". So running two separate actions...

Also there's now a "Delete (Remote)" action