mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-12 11:08:34 -05:00
Changes stash icons
Moves stash number from label to description
This commit is contained in:
@@ -22,7 +22,7 @@ export class StashListQuickPick {
|
||||
]));
|
||||
|
||||
items.splice(0, 0, new CommandQuickPickItem({
|
||||
label: `$(repo-push) Stash Changes`,
|
||||
label: `$(repo-force-push) Stash Changes`,
|
||||
description: `\u00a0 \u2014 \u00a0\u00a0 stashes all changes`
|
||||
}, Commands.StashSave, [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user