이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
帮助
返回水杉在线
登录水杉在线
登录水杉码园
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 Options
Show Stats
Download Patch File
Download Diff File
+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"
}
]
,
쓰기
미리보기
불러오는 중...
취소
저장