mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-24 17:24:53 -05:00
Adds open in remote to hover annotations
Optimizes annotation computation (cache by commit)
This commit is contained in:
@@ -46,7 +46,7 @@ export class RecentChangesAnnotationProvider extends AnnotationProviderBase {
|
||||
|
||||
if (cfg.hover.details) {
|
||||
decorators.push({
|
||||
hoverMessage: Annotations.getHoverMessage(commit, dateFormat),
|
||||
hoverMessage: Annotations.getHoverMessage(commit, dateFormat, this.git.hasRemotes(commit.repoPath)),
|
||||
range: range
|
||||
} as DecorationOptions);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user