You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/git/package.nls.json
+6
Original file line number
Diff line number
Diff line change
@@ -286,6 +286,12 @@
286
286
"config.blameStatusBarItem.enabled": "Controls whether to show blame information in the status bar.",
287
287
"config.blameStatusBarItem.template": "Template for the blame information status bar item. Supported variables:\n\n* `hash`: Commit hash\n\n* `hashShort`: First N characters of the commit hash according to `#git.commitShortHashLength#`\n\n* `subject`: First line of the commit message\n\n* `authorName`: Author name\n\n* `authorEmail`: Author email\n\n* `authorDate`: Author date\n\n* `authorDateAgo`: Time difference between now and the author date\n\n",
288
288
"config.commitShortHashLength": "Controls the length of the commit short hash.",
289
+
"config.diagnosticsCommitHook.Severity": "Controls the minimum diagnostics severity for which Git should check before committing.",
? l10n.t('The following file has unresolved diagnostic information: {0}.\n\nHow would you like to proceed?',path.basename(changesDiagnostics[0][0].fsPath))
663
+
: l10n.t('There are {0} files that have unresolved diagnostic information.\n\nHow would you like to proceed?',changesDiagnostics.length);
"config.github-enterprise.title": "GHE.com & GitHub Enterprise Server Authentication",
5
+
"config.github-enterprise.uri.description": "The URI for your GHE.com or GitHub Enterprise Server instance.\n\nExamples:\n* GHE.com: `https://octocat.ghe.com`\n* GitHub Enterprise Server: `https://github.octocat.com`\n\n> **Note:** This should _not_ be set to a GitHub.com URI. If your account exists on GitHub.com or is a GitHub Enterprise Managed User, you do not need any additional configuration and can simply log in to GitHub."
0 commit comments