Changes stash icons

Moves stash number from label to description
This commit is contained in:
Eric Amodio
2017-05-14 03:27:08 -04:00
parent 83fff1590d
commit 3e403a2d5c
3 changed files with 4 additions and 4 deletions

View File

@@ -151,7 +151,7 @@ export class RepoStatusQuickPick {
}
items.splice(0, 0, new CommandQuickPickItem({
label: `$(repo-push) Show Stashed Changes`,
label: `$(repo) Show Stashed Changes`,
description: `\u00a0 \u2014 \u00a0\u00a0 shows stashed changes in the repository`
}, Commands.ShowQuickStashList, [
new GitUri(Uri.file(status.repoPath), { fileName: '', repoPath: status.repoPath }),