This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixes codelens updating when config changes
main
Eric Amodio
7 years ago
parent
25aa1fe3ca
commit
6504b7822c
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/gitCodeLensProvider.ts
+ 2
- 0
src/gitCodeLensProvider.ts
View File
@ -45,6 +45,8 @@ export default class GitCodeLensProvider implements CodeLensProvider {
}
reset() {
this
.
_config
=
workspace
.
getConfiguration
(
''
)
.
get
<
IConfig
>
(
'gitlens'
)
;
Logger
.
log
(
'Triggering a reset of the git CodeLens provider'
)
;
this
.
_onDidChangeCodeLensesEmitter
.
fire
(
)
;
}
Write
Preview
Loading…
Cancel
Save