|
132 | 132 | "config.checkoutType.local": "Local branches", |
133 | 133 | "config.checkoutType.tags": "Tags", |
134 | 134 | "config.checkoutType.remote": "Remote branches", |
135 | | - "config.defaultBranchName": "The name of the default branch (ex: main, trunk, development) when initializing a new git repository. When set to empty, the default branch name configured in git will be used.", |
| 135 | + "config.defaultBranchName": "The name of the default branch (ex: main, trunk, development) when initializing a new git repository. When set to empty, the default branch name configured in git will be used. **Note:** Requires git version `2.28.0` or later.", |
136 | 136 | "config.branchPrefix": "Prefix used when creating a new branch.", |
137 | 137 | "config.branchProtection": "List of protected branches. By default, a prompt is shown before changes are committed to a protected branch. The prompt can be controlled using the `#git.branchProtectionPrompt#` setting.", |
138 | 138 | "config.branchProtectionPrompt": "Controls whether a prompt is being shown before changes are committed to a protected branch.", |
|
253 | 253 | "config.publishBeforeContinueOn.always": "Always publish unpublished git state when using Continue Working On from a git repository", |
254 | 254 | "config.publishBeforeContinueOn.never": "Never publish unpublished git state when using Continue Working On from a git repository", |
255 | 255 | "config.publishBeforeContinueOn.prompt": "Prompt to publish unpublished git state when using Continue Working On from a git repository", |
256 | | - "config.similarityThreshold": "Controls the threshold of the similarity index (i.e. amount of additions/deletions compared to the file's size) for changes in a pair of added/deleted files to be considered a rename.", |
| 256 | + "config.similarityThreshold": "Controls the threshold of the similarity index (i.e. amount of additions/deletions compared to the file's size) for changes in a pair of added/deleted files to be considered a rename. **Note:** Requires git version `2.18.0` or later.", |
257 | 257 | "submenu.explorer": "Git", |
258 | 258 | "submenu.commit": "Commit", |
259 | 259 | "submenu.commit.amend": "Amend", |
|
0 commit comments