Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Mini GitmojiNew to Visual Studio Code? Get it now.
Mini Gitmoji

Mini Gitmoji

我是小海洋呀

|
82 installs
| (1) | Free
自用 gitmoji 日志规范提交、提交图标等
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

简体中文 | English

报告问题 · 功能需求

VSCode 自用工具

📦 安装扩展

  1. 首先打开 Visual Studio Code;
  2. 使用 Ctrl+Shift+X 组合键打开「扩展」标签;
  3. 输入 Mini Tool 寻找此扩展;
  4. 点击 安装 按钮,然后点击 启用 按钮即可。

提示:也可以直接在 Marketplace 中找到 Mini Tool,然后点击 Install 即可。

🔨 Gitmoji 配置

💻 扩展示例截图

表情符号类型

  • emojiType - 配置表情符号的输出类型(默认为 standard 模式)。

示例配置:

{
  "mini-tool.emojiType": "standard"
}

提示:「standard」 为 git 标准提交的表情符号, 来自 cz-git 的标准模板配置, 「gitmoji」 为 gitmoji 仓库的配置,「only」 为只使用自定义的配置。

表情符号输出类型

  • gitCommitType - 配置表情符号的输出类型(默认为 emoji-code 模式)。

示例配置:

{
  "mini-tool.gitCommitType": "emoji-code"
}

提示:如果在 Gitlab 或者 Coding 中使用,需要选择「code」模式;如果在 GitHub 中使用,可以随意选择「emoji」或「code」或「emoji-code」模式。

添加自定义表情符号

  • customEmoji - 添加自定义表情符号。

示例配置:

{
  "mini-tool.customEmoji": [
    {
      "emoji": "🧵",
      "code": ":thread:",
      "description": "添加或更新与多线程或并发相关的代码"
    },
    {
      "emoji": "🦺",
      "code": ":safety_vest:",
      "description": "添加或更新与验证相关的代码"
    }
  ]
}

通过简码搜索表情符号

  • showEmojiCode - 开启通过简码搜索表情符号功能(该功能默认关闭)。

示例配置:

{
  "mini-tool.showEmojiCode": true
}

在消息最后插入表情符号

  • asSuffix - 开启在消息最后插入标签符号的功能(该功能默认关闭)。

示例配置:

{
  "mini-tool.asSuffix": true
}

🤝 参与共建

我们欢迎所有的贡献,你可以将任何想法作为 Pull requests 或 Issues 提交,顺颂商祺!

📃 开源许可

项目基于 MIT 许可证发布,详细说明请参阅 LICENCE 文件。

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft