From 586785cfb874a100a3c89b5194231f9330e444ef Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sun, 3 Sep 2017 13:22:40 -0400 Subject: [PATCH] Changes stashes icon to match custom view --- src/quickPicks/repoStatus.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quickPicks/repoStatus.ts b/src/quickPicks/repoStatus.ts index 52f59cc..33e0e35 100644 --- a/src/quickPicks/repoStatus.ts +++ b/src/quickPicks/repoStatus.ts @@ -156,7 +156,7 @@ export class RepoStatusQuickPick { } items.splice(0, 0, new CommandQuickPickItem({ - label: `$(repo) Show Stashed Changes`, + label: `$(inbox) Show Stashed Changes`, description: `${Strings.pad(GlyphChars.Dash, 2, 3)} shows stashed changes in the repository` }, Commands.ShowQuickStashList, [ new GitUri(Uri.file(status.repoPath), { fileName: '', repoPath: status.repoPath }),