Added
- Adds an all-new
Git File History
explorer to the Explorer activity -- enabled via"gitlens.insiders": true
- Shows the commit history of the active file -- automatically tracks the active editor
- Provides toolbar buttons to
Refresh
- Provides a context menu with
Open Changes
,Compare File with Working Tree
,Open File
,Open File Revision
,Open File in Remote
,Open File Revision in Remote
, andShow Commit Details
commands
- Adds a
No stashed changes
message to theGit Stashes
explorer when there are no stashes - Adds
${filePath}
token to file formatting
Changed
- Changes
gitlens.stashExplorer.stashFileFormat
setting to defaults to${filePath}
for better separator handling