瀏覽代碼

Changes stashes icon to match custom view

main
Eric Amodio 7 年之前
父節點
當前提交
586785cfb8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/quickPicks/repoStatus.ts

+ 1
- 1
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 }),

Loading…
取消
儲存