首先我们需要去Vscode插件市场搜索git-commit-plugin并且进行安装。 安装完之后可以使用组合键Command + Shift + P呼出指令行,并键入指令show git commit template或者点击git插件栏上的小图标唤醒插件界面。 根据自己当前提交所要表达的意义,选择对应的type类型去编写commit信息 结语 写插件的时候也踩了不少坑,官网文档...
首先我们需要去Vscode插件市场搜索git-commit-plugin并且进行安装。 安装完之后可以使用组合键Command + Shift + P呼出指令行,并键入指令show git commit template或者点击git插件栏上的小图标唤醒插件界面。 根据自己当前提交所要表达的意义,选择对应的type类型去编写commit信息 结语 写插件的时候也踩了不少坑,官网文档...
git-commit-plugin插件的使用插件长这样: 安装之后会多一个猫猫 使用 对应的提交信息如下
Install above vscode (version >=1.42.0) and The git plugin needs to be installed. Follow the Angular Team Commit Specification,like the following:<type>(<scope>): <subject> <BLANK LINE> <BLANK LINE> TypeMust be one of the following:feat: A new feature fix: A bug fix docs: Documen...
1. 首先我们需要去Vscode插件市场搜索 git-commit-plugin 并且进行安装。 2. 安装完之后可以使用组合键 Command + Shift + P 呼出指令行,并键入指令 show git commit template 或者点击git插件栏上的小图标唤醒插件界面。 3. 根据自己当前提交所要表达的意义,选择对应的type类型去编写commit信息 ...
vscode.commands.executeCommand('workbench.view.scm'); @@ -180,6 +189,11 @@ export async function activate(context: vscode.ExtensionContext) { SelectTemplate(); return false; } if (_key === 'copy') { copyMessage(); return false; } inputMessageDetail(_key); } else { clearMessage();...
.vscode # Intellij *.iml .idea # npm node_modules # Don't include the compiled main.js file in the repo. # They should be uploaded to GitHub releases instead. main.js # Exclude sourcemaps *.map # obsidian data.json # Exclude macOS Finder (System Explorer) View States .DS_Sto...
12Tags Code Folders and files Name Last commit message Last commit date Latest commit RedJue feat: release 1.4.0 May 23, 2024 f67676b·May 23, 2024 History 114 Commits .vscode assets src .all-contributorsrc .eslintrc.json .gitignore ...
.vscode feat✨(master):初始化 Feb 21, 2020 assets style🌈(静态资源):缩减gif的大小 Feb 24, 2020 src ✨feat(插件配置): 新增自定义commit type功能,自定义Subject最大字数 Mar 30, 2020 .eslintrc.json chore🐳(eslint):确定了代码缩进与引号 Mar 20, 2020 .gitignore feat✨(master):初始...
BranchesTags Code Folders and files Latest commit RedJue docs: fix changelog format Sep 4, 2024 6c2fd13·Sep 4, 2024 117 Commits .vscode assets src .all-contributorsrc .eslintrc.json .gitignore .vscodeignore CHANGELOG.md LICENSE README.md ...