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 theming support - vscode themes can now specify GitLens colors as well as directly by using workbench.colorCustomization)
Adds gitlens.gutterBackgroundColor themable color
Adds gitlens.gutterForegroundColor themable color
Adds gitlens.gutterUncommittedForegroundColor themable color
Adds gitlens.trailingLineBackgroundColor themable color
Adds gitlens.trailingLineForegroundColor themable color
Adds gitlens.lineHighlightBackgroundColor themable color
Adds gitlens.lineHighlightOverviewRulerColor themable color
Adds gitlens.advanced.messages setting to specify which messages should be suppressed
Changed
Renames gitlens.theme.annotations.file.gutter.separateLines setting to gitlens.annotations.file.gutter.separateLines
Changes from using globalState to use gitlens.advanced.messages setting for message suppression - provides more control and avoids strange intermittent with globalState
Changes gitlens.strings.codeLens.unsavedChanges.recentChangeAndAuthors setting default to Unsaved changes (cannot determine recent change or authors)