gitlens开始收费了,先免费3天,然后要求登录,登录后又免费试用7天,然后要求付费!
免费10天,卸载重装后,免费试用过期,要求付费!!!
其实可以直接卸载gitlens,用以下插件替代:Git Graph
Git History
Git Stash
完全满足个人使用需求,额外安装 gitignore
插件支持gitignore配置
替代品:
在setting.json中添加配置:
"git.blame.editorDecoration.enabled": true,
"git.blame.editorDecoration.template": " ${authorName} (${authorDateAgo}) ${subject}",
"git-graph.date.format": "ISO Date & Time",
"editor.fontFamily": "'FiraCode Nerd Font', 'Droid Sans Mono', monospace",
"editor.fontLigatures": true,
"gitHistory.includeRemoteBranches": true
配套字体:FiraCode字体