Ver a proveniência

Enables the new GitLens sidebar view by default

main
Eric Amodio há 6 anos
ascendente
cometimento
4afe1507ce
2 ficheiros alterados com 5 adições e 4 eliminações
  1. +2
    -1
      CHANGELOG.md
  2. +3
    -3
      package.json

+ 2
- 1
CHANGELOG.md Ver ficheiro

@ -6,7 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
## [Unreleased] ## [Unreleased]
### Added ### Added
- Adds the ability to show the *GitLens*, *GitLens File History*, and *GitLens Results* explorers in an all-new *GitLens* view (in addition to the existing locations)
- Adds an all-new *GitLens* sidebar view to contain the *GitLens*, *GitLens File History*, and *GitLens Results* explorers
- The new view is enabled by default, but can easily be configured back to the existing locations via the *GitLen* interactive settings editor
- Adds tag annotations to the tag tooltips in the *GitLens* explorer — closes [#431](https://github.com/eamodio/vscode-gitlens/issues/431) - Adds tag annotations to the tag tooltips in the *GitLens* explorer — closes [#431](https://github.com/eamodio/vscode-gitlens/issues/431)
- Adds `gitlens.hovers.avatars` setting to specify whether to show avatar images in hovers — closes [#432](https://github.com/eamodio/vscode-gitlens/issues/432) thanks to [PR #441](https://github.com/eamodio/vscode-gitlens/pull/441) by Segev Finer ([@segevfiner](https://github.com/segevfiner)) - Adds `gitlens.hovers.avatars` setting to specify whether to show avatar images in hovers — closes [#432](https://github.com/eamodio/vscode-gitlens/issues/432) thanks to [PR #441](https://github.com/eamodio/vscode-gitlens/pull/441) by Segev Finer ([@segevfiner](https://github.com/segevfiner))
- Adds `gitlens.hovers.avatars` setting to the interactive settings editor to specify whether to show avatar images in hovers - Adds `gitlens.hovers.avatars` setting to the interactive settings editor to specify whether to show avatar images in hovers

+ 3
- 3
package.json Ver ficheiro

@ -474,7 +474,7 @@
}, },
"gitlens.gitExplorer.location": { "gitlens.gitExplorer.location": {
"type": "string", "type": "string",
"default": "scm",
"default": "gitlens",
"enum": [ "enum": [
"gitlens", "gitlens",
"explorer", "explorer",
@ -536,7 +536,7 @@
}, },
"gitlens.historyExplorer.location": { "gitlens.historyExplorer.location": {
"type": "string", "type": "string",
"default": "explorer",
"default": "gitlens",
"enum": [ "enum": [
"gitlens", "gitlens",
"explorer", "explorer",
@ -1081,7 +1081,7 @@
}, },
"gitlens.resultsExplorer.location": { "gitlens.resultsExplorer.location": {
"type": "string", "type": "string",
"default": "explorer",
"default": "gitlens",
"enum": [ "enum": [
"gitlens", "gitlens",
"explorer", "explorer",

Carregando…
Cancelar
Guardar