Everyone’s IDE is personalized to their own workflow, so we’ve introduced some customizations to make using the VS Code extension as personalized as possible.
In the “settings” on the top right corner of the extension, you can select whether you’d like to show the branch name or the PR title in the stack visualization by default. When PR title is selected as the default and a branch doesn’t have a PR title or a PR yet, we’ll show you the branch name.
In the “settings” on the top right corner of the extension, you can select whether you’d like the default modification of a branch to amend the most recent commit on that branch, or to create an entirely new one on the branch. This corresponds to gt modify or gt modify -c.