Skip to content

Commit c462eaa

Browse files
authored
add string to codelens setting to increase discoverability (#8164)
1 parent 060eba9 commit c462eaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"githubIssues.ignoreMilestones.description": "An array of milestones titles to never show issues from.",
106106
"githubIssues.createIssueTriggers.description": "Strings that will cause the 'Create issue from comment' code action to show.",
107107
"githubIssues.createIssueTriggers.items": "String that enables the 'Create issue from comment' code action. Should not contain whitespace.",
108-
"githubPullRequests.codingAgent.codeLens.description": "Show CodeLens actions above TODO comments for delegating to coding agent.",
108+
"githubPullRequests.codingAgent.codeLens.description": "Show the 'Delegate to agent' CodeLens actions above TODO comments for delegating to coding agent.",
109109
"githubIssues.createInsertFormat.description": "Controls whether an issue number (ex. #1234) or a full url (ex. https://github.com/owner/name/issues/1234) is inserted when the Create Issue code action is run.",
110110
"githubIssues.issueCompletions.enabled.description": "Controls whether completion suggestions are shown for issues.",
111111
"githubIssues.userCompletions.enabled.description": "Controls whether completion suggestions are shown for users.",

0 commit comments

Comments
 (0)