All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
gitlens.statusBar.alignment
settings to control the alignment of the status bar -- thanks to Zack Schuster (@zackschuster)!Open Branch in Remote
command (gitlens.openBranchInRemote
) - opens the current branch commits in the supported remote serviceOpen Repository in Remote
command (gitlens.openRepoInRemote
) - opens the repository in the supported remote serviceSearch commits
command (gitlens.showCommitSearch
) to work without any active editorgitlens.blame.annotation.activeLine
is both
alt+f
shortcut to alt+/
for the Search commits
command (gitlens.showCommitSearch
)alt+right
on commit details quick pick menu to execute the Compare File with Previous Commit
command (gitlens.diffWithPrevious
) when a file is selectedalt+right
on repository status quick pick menu to execute the Compare File with Previous Commit
command (gitlens.diffWithPrevious
) when a file is selected"gitlens.statusBar.command": "gitlens.showQuickRepoHistory"
strict
modeOpen Changed Files
via in quick pick menus - now opens the file revision from the previous commitalt+right arrow
shortcut on the commit details quick pick menu - now opens the file revision from the previous commitOpen Working Changed Files
via in quick pick menusGit Lens
because of the marketplace search ranking algorithmOpen File
via in quick pick menus - now opens the file revision from the previous commitOpen File in Remote
via in quick pick menus - now opens the file revision from the previous commitgitlens.advanced.codeLens.debug
setting to gitlens.codeLens.debug
gitlens.advanced.debug
setting to gitlens.debug
gitlens.output.level
setting to gitlens.outputLevel
gitlens.blame.annotation.activeLineDarkColor
& gitlens.blame.annotation.activeLineLightColor
settings to control the colors of the active line blame annotationToggle Git Code Lens
command to work when gitlens.codeLens.visibility
is set to auto
(the default)Compare with...
command to Compare File with...
Compare with Next Commit
command to Compare File with Next Commit
Compare with Previous Commit
command to Compare File with Previous Commit
Compare with Previous Commit
command to Compare File with Previous Commit
Compare with Working Tree
command to Compare File with Working Tree
Open Commit in Remote
not workingCommand Palette
gitlens.blame.annotation.characters.*
settings since they were added to deal with unicode bugs in a previous version of vscode@
for author, :
for file pattern, #
for commit idsha
terminology to commit id
in the UISearch commits
command (gitlens.showCommitSearch
) to allow commit searching by message, author, file pattern, or shaalt+f
shortcut for the Search commits
command (gitlens.showCommitSearch
)Show Commit Search
command to the branch history quick pick menuShow Stashed Changes
command to the repository status quick pick menuDon't Show Again
option to the GitLen update notificationOpen x in Remote
commands to be no longer hidden behind the gitlens.insiders
settingdiff.tool
is missingOpen * in Remote
commands with nested repositories and non-git workspace root folderShow Stashed Changes
command (gitlens.showQuickStashList
) to open a quick pick menu of all the stashed changesStash Changes
option to stashed changes quick pick menu -- enabled via "gitlens.insiders": true
Stash Unstaged Changes
option to stashed changes quick pick menuApply Stashed Changes
command (gitlens.stashApply
) to apply the selected stashed changes to the working treeStash Changes
command (gitlens.stashSave
) to stash any working tree changesOpen x in Remote
commands and quick pick menus -- enabled via "gitlens.insiders": true
Open File in Remote
command (gitlens.openFileInRemote
)2.11.0
-- terribly sorry for the inconvenience :(2.2.0
2.11.0
Open in GitHub
to the relevant quick pick menus -- enabled via "gitlens.insiders": true
Open Line Commit in Remote
command (gitlens.openCommitInRemote
) to open the current commit in the remote service (currently only GitHub)Open File in Remote
command (gitlens.openFileInRemote
) to open the current file in the remote service (currently only GitHub)Show Branch History
command (gitlens.showQuickBranchHistory
) to show the history of the selected branchShow Last Opened Quick Pick
command (gitlens.showLastQuickPick
) to re-open the previously opened quick pick menu - helps to get back to previous contextalt+-
shortcut for the Show Last Opened Quick Pick
command (gitlens.showLastQuickPick
)Compare with...
(gitlens.diffWithBranch
) command to compare working file to another branch (via branch quick pick menu)Directory Compare
(gitlens.diffDirectory
) commandgitlens.showQuickFileHistory
command execution via code lens to limit results to the code lens blockShow Branch History
command to the branch history quick pick menu when showing only limited commits (e.g. starting at a specified commit)Show File History
command to the file history quick pick menu when showing only limited commits (e.g. starting at a specified commit)Don't Show Again
option to the unsupported git version notificationShow Repository History
command to Show Current Branch History
Repository History
terminology to Branch History
gitlens.diffWithPrevious
command execution via code lens when the code lens was not at the document/file levelhtml
and vue
language filesgitlens.advanced.codeLens.debug
setting to control whether or not to show debug information in code lensgitlens.showQuickRepoHistory
command fails to open when there is no active editorgitlens.showQuickFileHistory
& gitlens.showQuickRepoHistory
quick pick menusgitlens.showQuickFileHistory
& gitlens.showQuickRepoHistory
quick pick menus
Show Previous Commits
commandShow Next Commits
commandalt+,
(previous) & alt+.
(next) on the gitlens.showQuickFileHistory
& gitlens.showQuickRepoHistory
quick pick menusalt+,
(previous) & alt+.
(next) on the gitlens.showQuickCommitDetails
& gitlens.showQuickCommitFileDetails
quick pick menusgitlens.showQuickFileHistory
& gitlens.showFileHistory
to no longer show merge commitsgitlens.copyShaToClipboard
to copy the full sha, rather than short shagitlens.diffWithNext
command to open a diff with the next commitalt+.
shortcut for the gitlens.diffWithNext
commandshift+alt+p
shortcut to alt+,
for the gitlens.diffWithPrevious
commandalt+p
shortcut to shift+alt+,
for the gitlens.diffLineWithPrevious
commandgitlens.toggleCodeLens
from Command Palette when not availablegitlens.toggleCodeLens
shortcut key when not availablegitlens.showQuickCommitFileDetails
command to show a quick pick menu of details for a file commitgitlens.showQuickCommitFileDetails
command to code lensgitlens.showQuickCommitFileDetails
command to the status bargitlens.closeUnchangedFiles
command to close any editors that don't have uncommitted changesgitlens.openChangedFiles
command to open all files that have uncommitted changesDirectory Compare
(gitlens.diffDirectory
) command to open the configured git difftool to compare directory versionsDirectory Compare with Previous Commit
command on the gitlens.showQuickCommitDetails
quick pick menuDirectory Compare with Working Tree
command on the gitlens.showQuickCommitDetails
quick pick menuChanged Files
grouping on the gitlens.showQuickCommitDetails
quick pick menuClose Unchanged Files
command on the gitlens.showQuickRepoStatus
quick pick menugo back
command in quick pick menusgitlens.showQuickRepoStatus
quick pick menu for better claritygitlens.showQuickCommitDetails
to show commit a quick pick menu of details for a commitgitlens.codeLens.recentChange.command
to be gitlens.showQuickCommitFileDetails
(though there is no visible behavior change)Open Files
to Open Changed Files
on the gitlens.showQuickCommitDetails
quick pick menuOpen Working Files
to Open Changed Working Files
on the gitlens.showQuickCommitDetails
quick pick menuShow Changed Files
to Show Commit Details
on the gitlens.showQuickCommitFileDetails
quick pick menuOpen Files
to Open Changed Files
on the gitlens.showQuickRepoStatus
quick pick menuCompare Line with Previous Commit
context menu itemCannot determine...
message and become unclickablegitlens.blame.annotation.dateFormat
to specify how absolute commit dates will be shown in the blame annotationsgitlens.statusBar.date
to specify whether and how the commit date will be shown in the blame status bargitlens.statusBar.dateFormat
to specify how absolute commit dates will be shown in the blame status barCompare with *
commands fail to open when there is no active editorOpen File
command on the gitlens.showQuickCommitDetails
quick pick menu to open the commit version of the fileOpen File
command on the gitlens.showQuickCommitDetails
quick pick menu to open the commit version of the filesalt+left
keyboard shortcut in quick pick menus to go back
alt+right
keyboard shortcut in quick pick menus to execute the currently selected item while keeping the quick pick menu open (in most cases)
alt+right
keyboard shortcut on commit details file name, will open the commit version of the filegitlens.showQuickCommitDetails
quick pick menuOpen File
to Open Working File
on the gitlens.showQuickCommitDetails
quick pick menuOpen File
and Open Working Files
on the gitlens.showQuickCommitDetails
quick pick menugitlens.showQuickCommitDetails
quick pick menuCopy Commit Sha to Clipboard
command to commit files quick pick menuCopy Commit Message to Clipboard
command to commit files quick pick menuShow Commit History
to Show File History
on the gitlens.showQuickCommitDetails
quick pick menuShow Previous Commit History
to Show Previous File History
on the gitlens.showQuickCommitDetails
quick pick menu.
showing in the path of quick pick menusgitlens.showQuickRepoStatus
command to show a quick pick menu of files changed including status icons (added, modified, deleted, etc)alt+s
shortcut for the gitlens.showQuickRepoStatus
commandOpen File
command to gitlens.showQuickCommitDetails
quick pick menuOpen Files
command to gitlens.showQuickCommitDetails
quick pick menugitlens.diffWithPrevious
and gitlens.diffWithWorking
commandsNot Committed Yet
author for uncommitted changes to Uncommitted
gitlens.showQuickCommitDetails
quick pick menu for uncommitted changes -- now shows the previous commit detailsgitlens.copyMessageToClipboard
command to copy commit message to the clipboardgitlens.copyMessageToClipboard
to the editor content menuCopy Commit Message to Clipboard
command to gitlens.showQuickCommitDetails
quick pick menugitlens.copyShaToClipboard
to copy the sha of the most recent commit to the repository if there is no active editorgitlens.showQuickFileHistory
to execute gitlens.showQuickRepoHistory
if there is no active editorgitlens.showQuickRepoHistory
, gitlens.showQuickFileHistory
, and gitlens.showQuickCommitDetails
quick pick menus
Show Repository History
command to gitlens.showQuickFileHistory
quick pick menuShow Previous Commits History
command to gitlens.showQuickCommitDetails
quick pick menuShow Commits History
command to gitlens.showQuickCommitDetails
quick pick menuCopy Commit Sha to Clipboard
command to gitlens.showQuickCommitDetails
quick pick menuShow Changed Files
command to gitlens.showQuickCommitDetails
quick pick menugo back
navigation in quick pick menusgitlens.diffWithPrevious
command to the editor content menugitlens.diffWithWorking
command to the editor content menugitlens.showQuickRepoHistory
and gitlens.showQuickCommitDetails
commands to code lensgitlens.showQuickRepoHistory
and gitlens.showQuickCommitDetails
commands to the status bargitlens.codeLens.recentChange.command
to gitlens.showQuickCommitDetails
gitlens.statusBar.command
to gitlens.showQuickCommitDetails
gitlens.showQuickCommitDetails
to show commit commands rather than file set (use Show Changed Files
command to get to the file set)gitlens.diffWithPrevious
command to behave as gitlens.diffWithWorking
if the file has uncommitted changesgitlens.diffWithPrevious
command from Diff Commit with Previous
to Compare with Previous Commit
gitlens.diffLineWithPrevious
command from Diff Commit (line) with Previous
to Compare Line with Previous Commit
gitlens.diffWithWorking
command from Diff Commit with Working Tree
to Compare with Working Tree
gitlens.diffLineWithWorking
command from Diff Commit (line) with Working Tree
to Compare Line with Working Tree
.git
folderalt+p
shortcut for the gitlens.diffLineWithPrevious
commandshift+alt+p
shortcut for the gitlens.diffWithPrevious
commandalt+w
shortcut for the gitlens.diffLineWithWorking
commandshift+alt+w
shortcut for the gitlens.diffWithWorking
commandgitlens.copyShaToClipboard
command to copy commit sha to the clipboard (#28)gitlens.showQuickCommitDetails
command to show a quick pick menu of details for a commitgo back
choice to gitlens.showQuickCommitDetails
, gitlens.showQuickFileHistory
, and gitlens.showQuickRepoHistory
quick pick menusgitlens.blame.annotation.highlight
to specify whether and how to highlight blame annotations (#24)gitlens.diffLineWithPrevious
and gitlens.diffWithPrevious
not following renames properlygitlens.diffLineWithPrevious
and gitlens.diffWithPrevious
not always grabbing the correct commitgitlens.blame.annotation.characters.*
settings to provide some control over how annotations are displayedgitlens.blame.annotation.activeLine
to specify whether and how to show blame annotations on the active linegitlens.blame.annotation.activeLine
is not off
trailing
blame annotation style -- adds annotations after the code lines rather than beforegitlens.blame.annotation.message
to show the commit message in expanded
and trailing
blame annotation stylesgitlens.blame.annotation.date
gitlens.diffLineWithPrevious
-- since vscode issuegitlens.diffLineWithWorking
-- since vscode issuegitlens.advanced.toggleWhitespace.enabled
f67f87c549
) where there is a collision of document schemesgitlens.advanced.gitignore.enabled
to enable/disable .gitignore parsing. Addresses #20 - Nested .gitignore files can cause blame to fail with a repo within another repoalt+h
shortcut for the gitlens.showQuickFileHistory
commandshift+alt+h
shortcut for the gitlens.showQuickRepoHistory
commandgitlens.advanced.maxQuickHistory
to limit the number of quick history entries to show (for better performance); Defaults to 200gitlens.diffLineWithPrevious
as alt
context menu item for gitlens.diffWithPrevious
gitlens.diffLineWithWorking
as alt
context menu item for gitlens.diffWithWorking
gitlens.showFileHistory
as alt
context menu item for gitlens.showQuickFileHistory
gitlens.diffLineWithPrevious
-- since it is now the alt
of gitlens.diffWithPrevious
gitlens.diffLineWithWorking
-- since it is now the alt
of gitlens.diffWithWorking
gitlens.menus.fileDiff.enabled
and gitlens.menus.lineDiff.enabled
with gitlens.menus.diff.enabled
-- since the switch between file and line diff is now controlled by the alt
keyDiff Commit with Working Tree
to the explorer context menu (assuming gitlens.menus.fileDiff.enabled
is true
)Diff Commit with Working Tree
& Diff Commit with Previous
to the editor title context menu (assuming gitlens.menus.fileDiff.enabled
is true
)Diff
commands for better clarityGit
from the commands as it feels unnecessarygitlens.showQuickRepoHistory
command to run without an open editor (falls back to the folder repository)gitlens.showQuickFileHistory
command to show the file history in a quick-pick list (palette)gitlens.showQuickRepoHistory
command to show the repository history in a quick-pick list (palette)gitlens.showQuickFileHistory
option to the gitlens.codeLens.recentChange.command
, gitlens.codeLens.authors.command
, and gitlens.statusBar.command
settingsgitlens.statusBar.command
settings default to gitlens.showQuickFileHistory
instead of gitlens.toggleBlame
git.viewFileHistory
option from the gitlens.codeLens.recentChange.command
, gitlens.codeLens.authors.command
, and gitlens.statusBar.command
settingsgitlens.showFileHistory
command to open the history explorergitlens.showFileHistory
option to the gitlens.codeLens.recentChange.command
, gitlens.codeLens.authors.command
, and gitlens.statusBar.command
settingsgitlens.codeLens.languageLocations
settinggitlens.diffLineWithPrevious
command for line sensitive diffsgitlens.diffLineWithWorking
command for line sensitive diffsgitlens.diffWithPrevious
command to the explorer context menugitlens.advanced.output.level
settinggitlens.diffWithPrevious
command to always be file sensitive diffsgitlens.diffWithWorking
command to always be file sensitive diffsgitlens.advanced.debug
settings it ongitlens.diffWithPrevious
option to the gitlens.codeLens.recentChange.command
& gitlens.codeLens.authors.command
settingsgitlens.codeLens.recentChange.command
& gitlens.codeLens.authors.command
settings options (to align with command names)gitlens.blame.annotation.useCodeActions
setting and behaviorgitlens.codeLens.visibility
is set to ondemand