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.
The
config.branchProtectionstring inextensions/git/package.nls.json(line 187) has an accidental double space before the word "setting":Should be:
This string is visible in the VS Code Settings UI description for
git.branchProtection.