Parcourir la source

Changes hover open on remote icon to a globe

main
Eric Amodio il y a 4 ans
Parent
révision
f2b29b974c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/git/formatters/commitFormatter.ts

+ 1
- 1
src/git/formatters/commitFormatter.ts Voir le fichier

@ -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}`;
}

Chargement…
Annuler
Enregistrer