使用 JavaScript能使本网站更好的工作。
首页
广场
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
关注
1
点赞
0
派生
0
代码
话题
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Fixes
#50
- add CodeLens excludes for html & vue files
main
Eric Amodio
7 年前
父节点
6074a06fc9
当前提交
f6bde72baf
共有
2 个文件被更改
,包括
14 次插入
和
3 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+3
-0
CHANGELOG.md
+11
-3
package.json
+ 3
- 0
CHANGELOG.md
查看文件
@ -1,5 +1,8 @@
## Release Notes
### 2.12.2
- Fixes [
#50
](
https://github.com/eamodio/vscode-gitlens/issues/50
) - excludes container-level CodeLens from
`html`
and
`vue`
language files
### 2.12.1
- Adds
`gitlens.advanced.codeLens.debug`
setting to control whether or not to show debug information in CodeLens
- Fixes issue where
`gitlens.showQuickRepoHistory`
command fails to open when there is no active editor
+ 11
- 3
package.json
查看文件
@ -1,6 +1,6 @@
{
"name"
:
"gitlens"
,
"version"
:
"2.12.
1
"
,
"version"
:
"2.12.
2
"
,
"author"
:
{
"name"
:
"Eric Amodio"
,
"email"
:
"eamodio@gmail.com"
@ -153,11 +153,19 @@
"type"
:
"array"
,
"default"
:
[
{
"language"
:
"css"
,
"location"
:
"document"
}
,
{
"language"
:
"html"
,
"location"
:
"document"
}
,
{
"language"
:
"json"
,
"location"
:
"document"
}
,
{
"language"
:
"css"
,
"language"
:
"
le
ss"
,
"location"
:
"document"
}
,
{
@ -165,7 +173,7 @@
"location"
:
"document"
}
,
{
"language"
:
"
less
"
,
"language"
:
"
vue
"
,
"location"
:
"document"
}
]
,
撰写
预览
正在加载...
取消
保存