Skip to content

Commit 5bbdfe7

Browse files
committed
docs: Actualiza la tabla de settings en README con commitLanguage
1 parent 4f36f06 commit 5bbdfe7

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,23 @@
3030

3131
## 🔧 Extension Settings
3232

33-
| Setting | Description |
34-
|----------------------------------|---------------------------------------------------------------|
35-
| `gemcommit.apiKey` | API key for Google Gemini AI. |
36-
| `gemcommit.model` | AI model for generating commit messages. |
37-
| `gemcommit.customPrompt` | Custom prompt template for commit messages. |
38-
| `gemcommit.promptBeforeInsert` | Enables review before inserting commit messages. |
39-
| `gemcommit.maxHistorySize` | Maximum number of commit messages stored in history. |
40-
| `gemcommit.includeProjectContext`| Includes project details (e.g., package.json) in AI prompts. |
33+
| Setting | Description |
34+
| --------------------------------- | ------------------------------------------------------------ |
35+
| `gemcommit.apiKey` | API key for Google Gemini AI. |
36+
| `gemcommit.model` | AI model for generating commit messages. |
37+
| `gemcommit.customPrompt` | Custom prompt template for commit messages. |
38+
| `gemcommit.promptBeforeInsert` | Enables review before inserting commit messages. |
39+
| `gemcommit.maxHistorySize` | Maximum number of commit messages stored in history. |
40+
| `gemcommit.includeProjectContext` | Includes project details (e.g., package.json) in AI prompts. |
41+
| `gemcommit.commitLanguage` | Language for commit messages (e.g., english, spanish). |
4142

4243
## 🛠 Commands
4344

44-
| Command | Description |
45-
|------------------------------------------|---------------------------------------------------------|
46-
| `GemCommit: Generate Commit Message` | Generates a Conventional Commit message. |
47-
| `GemCommit: Generate Detailed Commit Message` | Generates a detailed commit with body & scope. |
48-
| `GemCommit: Show Commit History` | Displays previous commit messages for reuse. |
45+
| Command | Description |
46+
| --------------------------------------------- | ---------------------------------------------- |
47+
| `GemCommit: Generate Commit Message` | Generates a Conventional Commit message. |
48+
| `GemCommit: Generate Detailed Commit Message` | Generates a detailed commit with body & scope. |
49+
| `GemCommit: Show Commit History` | Displays previous commit messages for reuse. |
4950

5051
## 🛠 Known Issues
5152

@@ -74,4 +75,4 @@ Contributions are welcome! Fork the repo and submit a PR [here](https://github.c
7475
🔗 **More Information:**
7576

7677
- [VS Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)
77-
- [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/)
78+
- [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/)

0 commit comments

Comments
 (0)