Skip to content

v8.2.1

Compare
Choose a tag to compare
@eamodio eamodio released this 11 Apr 08:36

Added

  • Adds better logging for failed git commands

Changed

  • Marks temporary files (used when showing comparisions with previous revisions) as read-only to help avoid accidental edits/saving

Fixed

  • Fixes #320 - Stashes with a single untracked file created with "stash push" aren't shown in the GitLens explorer
  • Fixes #331 - Code lens shows on every import in Python
  • Fixes issues where quick pick menu progress indicators will get stuck in some cases because of a vscode api change in Microsoft/vscode#46102