You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds clipboard support for Linux without requiring any external dependencies — thanks to PR #394 by Cédric Malard (@cmalard)
Adds a select branch quick pick menu to the Open File in Remote command (gitlens.openFileInRemote) when the current branch has no upstream tracking branch — closes #209
Changed
Moves the Open Working File command (gitlens.openWorkingFile) to the right of the Compare File with * Revision commands in the editor toolbar
Fixed
Fixes #400 - Reset TO commit also resets chosen one
Fixes #399 - "Open x in Remote" commands aren't always available
Fixes #397 - Error while opening the gitlens view using Open View command
Fixes #391 - GitLens adds some settings in settings.json
Fixes another case of #343 - Can't show blame when VSCode starts on branch without upstream — thanks to PR #390 by ryenus (@ryenus)
Fixes #392 - unable to contribute if default script shell is sh — thanks to PR #393 by Cédric Malard (@cmalard)
Fixes issue with the chorded keyboard shortcut for the Compare File with Previous Revision command (gitlens.diffWithPreviousInDiff) — from #395
Fixes the Open Working File command (gitlens.openWorkingFile) not always showing in the editor toolbar when appropriate