浏览代码

Closes #1493: adds checkout to Restore title

main
Eric Amodio 3 年前
父节点
当前提交
d14813571f
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. +1
    -0
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 1
- 0
CHANGELOG.md 查看文件

@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Changed
- Changes the _Restore_ command title to _Restore (Checkout)_ — closes [#1493](https://github.com/eamodio/vscode-gitlens/issues/1493)
- Reverses the resulting comparison of the _Compare with HEAD_, _Compare with Working_, and _Compare with Upstream_ commands in the views
### Fixed

+ 1
- 1
package.json 查看文件

@ -3982,7 +3982,7 @@
},
{
"command": "gitlens.views.restore",
"title": "Restore",
"title": "Restore (Checkout)",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-checkout.svg",

正在加载...
取消
保存