12.1 增加了对第三方 GitLab 的支持

详情请见:

GitHub - gitkraken/vscode-gitlens: Supercharge Git inside VS Code and unlock untapped knowledge within each repository - Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more

// setttins.json
{
	"gitlens.remotes": [
	  {
	    "domain": "gitlab.company.com",
	    "type": "GitLab",
	    "name": "Company Name",
	    "protocol": "http",
	  }
	],
}