改进了下这个快捷键,提交之后打开 git history 查看生成的提交信息到底是啥,需要安装插件 Git History Diff
{
"command": "runCommands",
"key": "cmd+k cmd+g",
"args": {
"commands": [
"git.stageAll",
"cursor.generateGitCommitMessage",
"git.commit",
"githd.viewHistory"
]
}
}
{
"command": "runCommands",
"key": "cmd+k cmd+g",
"args": {
"commands": [
"git.stageAll",
"cursor.generateGitCommitMessage",
"git.commit",
"githd.viewHistory"
]
}
}