gitlens开始收费了,需要替代品!!!

开源 0

gitlens开始收费了,先免费3天,然后要求登录,登录后又免费试用7天,然后要求付费!
免费10天,卸载重装后,免费试用过期,要求付费!!!

其实可以直接卸载gitlens,用以下插件替代:Git Blame Git Graph Git History Git Stash 完全满足个人使用需求,额外安装 gitignore 插件支持gitignore配置

替代品:

在这里插入图片描述
在setting.json中添加配置:

  "gitblame.inlineMessageEnabled": true,  "gitblame.inlineMessageFormat": " ${author.name} <${commit.hash_short,8}> (${time.ago}, ${author.date}) 󰛓 ${commit.summary}",  "gitblame.statusBarMessageClickAction": "Open git show",  "gitblame.statusBarMessageFormat": "${author.name} (${time.ago})",  "gitblame.inlineMessageNoCommit": " Not Committed Yet",  "git-graph.date.format": "ISO Date & Time",  "editor.fontFamily": "'FiraCode Nerd Font', 'Droid Sans Mono', monospace",  "editor.fontLigatures": true

配套字体:FiraCode字体

也许您对下面的内容还感兴趣: