v5.1.1-beta
Pre-release
Pre-release
Added
- Adds new
Changed Filesnode to theRepository Statusnode of theGitLenscustom view'sRepository View(enabled via"gitlens.insiders": true) -- closes #139- Provides a file-based view of all the changed files in the working tree and/or files in commits that haven't yet been pushed upstream
- Adds
gitlens.gitExplorer.enabledsetting to specify whether or not to show theGitLenscustom view - closes #144
Changed
- Chnages the default of the
gitlens.gitExplorer.commitFormatsetting to add parentheses around the commit id - Removes many menu items from
editor/title&editor/title/contextby default -- can be re-enabled via thegitlens.advanced.menussetting
Fixed
- Fixes an issue when running
Open File in Remotewith a multi-line selection wasn't properly opening the selection in GitLab -- thanks to PR #145 by Amanda Cameron (@AmandaCameron)! - Fixes an issue where the
gitlens.advanced.menussetting wasn't controlling all the menu items properly