You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@
58
58
"gitSemanticCommit.scopeTemplate": {
59
59
"type": "string",
60
60
"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."
62
62
},
63
63
"gitSemanticCommit.stageAll": {
64
64
"type": "boolean",
@@ -81,7 +81,7 @@
81
81
},
82
82
"minItems": 1,
83
83
"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."
0 commit comments