Browse Source

Changes hover open on remote icon to a globe

main
Eric Amodio 4 years ago
parent
commit
f2b29b974c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/git/formatters/commitFormatter.ts

+ 1
- 1
src/git/formatters/commitFormatter.ts View File

@ -284,7 +284,7 @@ export class CommitFormatter extends Formatter {
if (this._options.remotes != null && this._options.remotes.length !== 0) {
const providers = GitRemote.getHighlanderProviders(this._options.remotes);
commands += `[$(link-external)](${OpenCommitOnRemoteCommand.getMarkdownCommandArgs(
commands += `[$(globe)](${OpenCommitOnRemoteCommand.getMarkdownCommandArgs(
this._item.sha,
)} "Open Commit on ${providers?.length ? providers[0].name : 'Remote'}")${separator}`;
}

Loading…
Cancel
Save