Procházet zdrojové kódy

Fixes #1710: adds open file to comparison files

main
Eric Amodio před 3 roky
rodič
revize
89dbf6cf09
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +1
    -0
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 1
- 0
CHANGELOG.md Zobrazit soubor

@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Added
- Adds a new _Cherry Pick without Committing_ confirmation option to the _Git Command Palette_'s _cherry-pick_ command — closes [#1693](https://github.com/eamodio/vscode-gitlens/issues/1693)
- Adds new _Open File_ command (with _Open Revision_ as an `alt-click`) to files in comparisons — closes [#1710](https://github.com/eamodio/vscode-gitlens/issues/1710)
### Fixed

+ 1
- 1
package.json Zobrazit soubor

@ -7928,7 +7928,7 @@
},
{
"command": "gitlens.views.openFile",
"when": "view =~ /gitlens\\.views\\.(?!(fileHistory|lineHistory)\\b)/ && viewItem =~ /gitlens:file\\b(?=.*?\\b\\+(committed|stashed)\\b)/",
"when": "view =~ /gitlens\\.views\\.(?!(fileHistory|lineHistory)\\b)/ && viewItem =~ /gitlens:file(:results|\\b(?=.*?\\b\\+(committed|stashed)\\b))/",
"group": "inline@1",
"alt": "gitlens.views.openFileRevision"
},

Načítá se…
Zrušit
Uložit