Parcourir la source

Closes #1493: adds checkout to Restore title

main
Eric Amodio il y a 3 ans
Parent
révision
d14813571f
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +1
    -0
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 1
- 0
CHANGELOG.md Voir le fichier

@ -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 Voir le fichier

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

Chargement…
Annuler
Enregistrer