mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-25 09:35:40 -05:00
Changes stashes icon to match custom view
This commit is contained in:
@@ -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 }),
|
||||
|
||||
Reference in New Issue
Block a user