Ver código fonte

Preps v3.4.5 - more fun with the marketplace :(

main
Eric Amodio 7 anos atrás
pai
commit
4a379511d5
2 arquivos alterados com 3 adições e 3 exclusões
  1. +1
    -1
      CHANGELOG.md
  2. +2
    -2
      package.json

+ 1
- 1
CHANGELOG.md Ver arquivo

@ -1,6 +1,6 @@
## Release Notes
### 3.4.4
### 3.4.5
- Completely overhauls the [GitLens documentation](https://github.com/eamodio/vscode-gitlens/blob/master/README.md) and messaging -- make sure to check it out to see all the powerful features GitLen provides!
- Adds `gitlens.blame.annotation.activeLineDarkColor` & `gitlens.blame.annotation.activeLineLightColor` settings to control the colors of the active line blame annotation
- Changes `Toggle Git Code Lens` command to work when `gitlens.codeLens.visibility` is set to `auto` (the default)

+ 2
- 2
package.json Ver arquivo

@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "3.4.4",
"version": "3.4.5",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"
@ -10,7 +10,7 @@
"vscode": "^1.9.0"
},
"license": "SEE LICENSE IN LICENSE",
"displayName": "GitLens",
"displayName": "GitLens \u2014 git blame annotations, code lens, and more",
"description": "Supercharge Visual Studio Code's Git capabilities \u2014 Visualize code authorship at a glance via inline Git blame annotations and code lens, seamlessly navigate and explore the history of a file or branch, gain valuable insights via powerful comparision commands, and so much more",
"badges": [
{

Carregando…
Cancelar
Salvar