Skip to content

Double space before "setting" in git extension branchProtection description #310460

@Nedunchezhiyan-M

Description

@Nedunchezhiyan-M

The config.branchProtection string in extensions/git/package.nls.json (line 187) has an accidental double space before the word "setting":

"...The prompt can be controlled using the `#git.branchProtectionPrompt#`  setting."
                                                                               ^^ double space

Should be:

"...The prompt can be controlled using the `#git.branchProtectionPrompt#` setting."

This string is visible in the VS Code Settings UI description for git.branchProtection.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions