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
- [Issues completion](#issues-completion) for the Footer Type `Closes`
@@ -82,6 +83,7 @@ List of available conventional commit types:
82
83
#### Scopes completion
83
84
84
85
You can type a scope manually, select one that is saved, or create a new scope by selecting the `Create New Scope` item in the suggestion list.
86
+
> **Note:** If `gitCommitMessageEditor.intelliSense.completion.logScopes.enabled` option is `true`, the scope suggestion list also includes the parsed scopes from existing commit history.
| editor.keepAfterSave |`false`| Controls whether the commit message editor tab keep or close, after saving |
156
+
| codeLens.recentCommits.enabled |`true`| Controls whether the `Recent commits...` code lens feature is enabled or not |
157
+
| codeLens.recentCommits.maxItems |`32`| Specifies the maximum number of commits to show in the quick pick UI |
158
+
| intelliSense.completion.enabled |`true`| Controls whether the \"Quick suggestions\" feature is enabled or not |
159
+
| intelliSense.completion.scopes |`[]`| Scopes that user created (Scopes will be saved into `workspace/.vscode/settings.json`) |
160
+
| intelliSense.completion.logScopes.enabled |`false`| Controls whether the scope suggestions include or not the parsed scopes from existing commit history |
161
+
| intelliSense.completion.issues.pageSize |`20`| Specifies the maximum number of issues per page to show in the suggestions widget |
162
+
| intelliSense.hover.enabled |`true`| Controls whether the \"Hover\" feature is enabled or not |
160
163
161
164
And recommends adding a setting below into your Global or Workspace `settings.json`, if you want to follow the **Git 50/72 rule**.
0 commit comments