浏览代码

Preps v2.10.1

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

+ 3
- 0
.vscode/settings.json 查看文件

@ -1,11 +1,14 @@
{
"editor.insertSpaces": true,
"files.exclude": {
"node_modules": true,
"out": true
},
"files.trimTrailingWhitespace": true,
"search.exclude": {
"node_modules": true,
"out": true
},
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
"typescript.tsdk": "./node_modules/typescript/lib" // we want to use the TS server from our node_modules folder to control its version
}

+ 5
- 0
CHANGELOG.md 查看文件

@ -1,5 +1,10 @@
## Release Notes
### 2.10.1
- Fixes [#43](https://github.com/eamodio/vscode-gitlens/issues/43) - File-level CodeLens isn't using the blame of the whole file as it should
- Fixes issue with single quotes (') in annotations
- Fixes output channel logging (also adds more debug information to CodeLens -- when enabled)
### 2.10.0
- Adds blame and active line annotation support to git diff split view
- Adds command (compare, copy sha/message, etc) support to git diff split view

+ 1
- 1
package.json 查看文件

@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "2.10.0",
"version": "2.10.1",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"

正在加载...
取消
保存