Skip to content

Commit 3cc2f4e

Browse files
committed
docs: update README
1 parent 87e09a4 commit 3cc2f4e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,12 @@ Alternatively, you can use the primary and secondary actions within the Source C
5353
</p>
5454

5555
<br>
56+
57+
The extension allows you to customize the following configuration settings:
58+
59+
| Name | Description |
60+
| --------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
61+
| `gitSemanticCommit.commitOptions` | Specifies which [arguments](https://git-scm.com/docs/git-commit#_options) to be passed when the commit is executed |
62+
| `gitSemanticCommit.preserveScope` | Determines whether to preserve the last message scope that was inserted |
63+
| `gitSemanticCommit.stageAll` | Determines whether to stage all changes before the commit, in case the staging area (index) is empty |
64+
| `gitSemanticCommit.types` | Specifies the supported message types |

0 commit comments

Comments
 (0)