Skip to content

Commit 066b734

Browse files
committed
refactor: add option examples
1 parent 1d4a559 commit 066b734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"gitSemanticCommit.scopeTemplate": {
5959
"type": "string",
6060
"default": "($scope)",
61-
"markdownDescription": "Specifies scope template (`$scope` placeholder will be replaced with the passed scope)."
61+
"markdownDescription": "Specifies scope template (`$scope` placeholder will be replaced with the passed scope). Check out [this](https://github.com/nitayneeman/vscode-git-semantic-commit#customize-your-scope) example."
6262
},
6363
"gitSemanticCommit.stageAll": {
6464
"type": "boolean",
@@ -81,7 +81,7 @@
8181
},
8282
"minItems": 1,
8383
"uniqueItems": true,
84-
"markdownDescription": "Specifies the supported message types."
84+
"markdownDescription": "Specifies the supported message types. Check out [this](https://github.com/nitayneeman/vscode-git-semantic-commit#customize-your-types) example."
8585
}
8686
}
8787
},

0 commit comments

Comments
 (0)