mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-23 01:35:37 -05:00
Adds .gitignore checks to reduce blame calls
Caches failed blames to reduce blame calls Only clear failed blames from cache on change/save Add better error messages and handling
This commit is contained in:
@@ -83,6 +83,7 @@
|
||||
"*"
|
||||
],
|
||||
"dependencies": {
|
||||
"ignore": "^3.1.5",
|
||||
"lodash": "^4.15.0",
|
||||
"moment": "^2.15.0",
|
||||
"spawn-rx": "^2.0.1",
|
||||
|
||||
Reference in New Issue
Block a user