Skip to content

Commit 06790c3

Browse files
authored
Adds sanitizedLowercaseIssueTitle to settings docs (#6690)
1 parent c68deb0 commit 06790c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"githubIssues.ignoreUserCompletionTrigger.description": "Languages that the '@' character should not be used to trigger user completion suggestions.",
101101
"githubIssues.ignoreUserCompletionTrigger.items": "Language that user completions should not trigger on '@'.",
102102
"githubIssues.issueBranchTitle.markdownDescription": {
103-
"message": "Advanced settings for the name of the branch that is created when you start working on an issue. \n- `${user}` will be replace with the currently logged in username \n- `${issueNumber}` will be replaced with the current issue number \n- `${sanitizedIssueTitle}` will be replaced with the issue title, with all spaces and unsupported characters (https://git-scm.com/docs/git-check-ref-format) removed",
103+
"message": "Advanced settings for the name of the branch that is created when you start working on an issue. \n- `${user}` will be replace with the currently logged in username \n- `${issueNumber}` will be replaced with the current issue number \n- `${sanitizedIssueTitle}` will be replaced with the issue title, with all spaces and unsupported characters (https://git-scm.com/docs/git-check-ref-format) removed. For lowercase, use `${sanitizedLowercaseIssueTitle}` ",
104104
"comment": [
105105
"{Locked='${...}'}",
106106
"Do not translate what's inside of the '${..}'. It is an internal syntax for the extension"

0 commit comments

Comments
 (0)