Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/git/package.nls.json
5240 views
1
{
2
"displayName": "Git",
3
"description": "Git SCM Integration",
4
"command.continueInLocalClone": "Clone Repository Locally and Open on Desktop...",
5
"command.continueInLocalClone.qualifiedName": "Continue Working in New Local Clone",
6
"command.clone": "Clone",
7
"command.cloneRecursive": "Clone (Recursive)",
8
"command.init": "Initialize Repository",
9
"command.openRepository": "Open Repository",
10
"command.reopenClosedRepositories": "Reopen Closed Repositories...",
11
"command.close": "Close Repository",
12
"command.closeOtherRepositories": "Close Other Repositories",
13
"command.openWorktree": "Open Worktree in Current Window",
14
"command.openWorktree2": "Open",
15
"command.openWorktreeInNewWindow": "Open Worktree in New Window",
16
"command.openWorktreeInNewWindow2": "Open in New Window",
17
"command.refresh": "Refresh",
18
"command.compareWithWorkspace": "Compare with Workspace",
19
"command.openChange": "Open Changes",
20
"command.openAllChanges": "Open All Changes",
21
"command.openFile": "Open File",
22
"command.openHEADFile": "Open File (HEAD)",
23
"command.stage": "Stage Changes",
24
"command.stageAll": "Stage All Changes",
25
"command.stageAllTracked": "Stage All Tracked Changes",
26
"command.stageAllUntracked": "Stage All Untracked Changes",
27
"command.stageAllMerge": "Stage All Merge Changes",
28
"command.stageSelectedRanges": "Stage Selected Ranges",
29
"command.revertSelectedRanges": "Revert Selected Ranges",
30
"command.stageChange": "Stage Change",
31
"command.stageSelection": "Stage Selection",
32
"command.stageBlock": "Stage Block",
33
"command.revertChange": "Revert Change",
34
"command.unstage": "Unstage Changes",
35
"command.unstageAll": "Unstage All Changes",
36
"command.unstageChange": "Unstage Change",
37
"command.unstageSelectedRanges": "Unstage Selected Ranges",
38
"command.rename": "Rename",
39
"command.delete": "Delete",
40
"command.clean": "Discard Changes",
41
"command.cleanAll": "Discard All Changes",
42
"command.cleanAllTracked": "Discard All Tracked Changes",
43
"command.cleanAllUntracked": "Discard All Untracked Changes",
44
"command.closeAllDiffEditors": "Close All Diff Editors",
45
"command.closeAllUnmodifiedEditors": "Close All Unmodified Editors",
46
"command.commit": "Commit",
47
"command.commitAmend": "Commit (Amend)",
48
"command.commitSigned": "Commit (Signed Off)",
49
"command.commitStaged": "Commit Staged",
50
"command.commitEmpty": "Commit Empty",
51
"command.commitStagedSigned": "Commit Staged (Signed Off)",
52
"command.commitStagedAmend": "Commit Staged (Amend)",
53
"command.commitAll": "Commit All",
54
"command.commitAllSigned": "Commit All (Signed Off)",
55
"command.commitAllAmend": "Commit All (Amend)",
56
"command.commitNoVerify": "Commit (No Verify)",
57
"command.commitStagedNoVerify": "Commit Staged (No Verify)",
58
"command.commitEmptyNoVerify": "Commit Empty (No Verify)",
59
"command.commitStagedSignedNoVerify": "Commit Staged (Signed Off, No Verify)",
60
"command.commitAmendNoVerify": "Commit (Amend, No Verify)",
61
"command.commitSignedNoVerify": "Commit (Signed Off, No Verify)",
62
"command.commitStagedAmendNoVerify": "Commit Staged (Amend, No Verify)",
63
"command.commitAllNoVerify": "Commit All (No Verify)",
64
"command.commitAllSignedNoVerify": "Commit All (Signed Off, No Verify)",
65
"command.commitAllAmendNoVerify": "Commit All (Amend, No Verify)",
66
"command.commitMessageAccept": "Commit",
67
"command.commitMessageDiscard": "Cancel",
68
"command.restoreCommitTemplate": "Restore Commit Template",
69
"command.undoCommit": "Undo Last Commit",
70
"command.checkout": "Checkout to...",
71
"command.checkoutDetached": "Checkout to (Detached)...",
72
"command.branch": "Create Branch...",
73
"command.branchFrom": "Create Branch From...",
74
"command.deleteBranch": "Delete Branch...",
75
"command.deleteRemoteBranch": "Delete Remote Branch...",
76
"command.renameBranch": "Rename Branch...",
77
"command.cherryPick": "Cherry Pick...",
78
"command.cherryPickAbort": "Abort Cherry Pick",
79
"command.merge": "Merge...",
80
"command.merge2": "Merge",
81
"command.mergeAbort": "Abort Merge",
82
"command.rebase": "Rebase Branch...",
83
"command.rebase2": "Rebase",
84
"command.createFrom": "Create from...",
85
"command.createTag": "Create Tag...",
86
"command.deleteTag": "Delete Tag...",
87
"command.migrateWorktreeChanges": "Migrate Worktree Changes...",
88
"command.createWorktree": "Create Worktree...",
89
"command.deleteWorktree": "Delete Worktree...",
90
"command.deleteWorktree2": "Delete Worktree",
91
"command.deleteRemoteTag": "Delete Remote Tag...",
92
"command.fetch": "Fetch",
93
"command.fetchPrune": "Fetch (Prune)",
94
"command.fetchAll": "Fetch From All Remotes",
95
"command.pull": "Pull",
96
"command.pullRebase": "Pull (Rebase)",
97
"command.pullFrom": "Pull from...",
98
"command.push": "Push",
99
"command.pushForce": "Push (Force)",
100
"command.pushTo": "Push to...",
101
"command.pushToForce": "Push to... (Force)",
102
"command.pushFollowTags": "Push (Follow Tags)",
103
"command.pushFollowTagsForce": "Push (Follow Tags, Force)",
104
"command.pushTags": "Push Tags",
105
"command.addRemote": "Add Remote...",
106
"command.removeRemote": "Remove Remote",
107
"command.sync": "Sync",
108
"command.syncRebase": "Sync (Rebase)",
109
"command.publish": "Publish Branch...",
110
"command.showOutput": "Show Git Output",
111
"command.ignore": "Add to .gitignore",
112
"command.revealInExplorer": "Reveal in Explorer View",
113
"command.revealFileInOS.linux": "Open Containing Folder",
114
"command.revealFileInOS.mac": "Reveal in Finder",
115
"command.revealFileInOS.windows": "Reveal in File Explorer",
116
"command.rebaseAbort": "Abort Rebase",
117
"command.stashIncludeUntracked": "Stash (Include Untracked)",
118
"command.stash": "Stash",
119
"command.stashStaged": "Stash Staged",
120
"command.stashPop": "Pop Stash...",
121
"command.stashPopLatest": "Pop Latest Stash",
122
"command.stashPopEditor": "Pop Stash",
123
"command.stashApply": "Apply Stash...",
124
"command.stashApplyLatest": "Apply Latest Stash",
125
"command.stashApplyEditor": "Apply Stash",
126
"command.stashDrop": "Drop Stash...",
127
"command.stashDropAll": "Drop All Stashes...",
128
"command.stashDropEditor": "Drop Stash",
129
"command.stashView": "View Stash...",
130
"command.stashView2": "View Stash",
131
"command.timelineOpenDiff": "Open Changes",
132
"command.timelineCopyCommitId": "Copy Commit ID",
133
"command.timelineCopyCommitMessage": "Copy Commit Message",
134
"command.timelineSelectForCompare": "Select for Compare",
135
"command.timelineCompareWithSelected": "Compare with Selected",
136
"command.manageUnsafeRepositories": "Manage Unsafe Repositories",
137
"command.openRepositoriesInParentFolders": "Open Repositories In Parent Folders",
138
"command.viewChanges": "Open Changes",
139
"command.viewStagedChanges": "Open Staged Changes",
140
"command.viewUntrackedChanges": "Open Untracked Changes",
141
"command.viewCommit": "Open Commit",
142
"command.graphCheckout": "Checkout",
143
"command.graphCheckoutDetached": "Checkout (Detached)",
144
"command.graphCherryPick": "Cherry Pick",
145
"command.graphDeleteBranch": "Delete Branch",
146
"command.graphDeleteTag": "Delete Tag",
147
"command.graphCompareRef": "Compare with...",
148
"command.graphCompareWithMergeBase": "Compare with Merge Base",
149
"command.graphCompareWithRemote": "Compare with Remote",
150
"command.deleteRef": "Delete",
151
"command.blameToggleEditorDecoration": "Toggle Git Blame Editor Decoration",
152
"command.blameToggleStatusBarItem": "Toggle Git Blame Status Bar Item",
153
"command.api.getRepositories": "Get Repositories",
154
"command.api.getRepositoryState": "Get Repository State",
155
"command.api.getRemoteSources": "Get Remote Sources",
156
"command.git.acceptMerge": "Complete Merge",
157
"command.git.openMergeEditor": "Resolve in Merge Editor",
158
"command.git.runGitMerge": "Compute Conflicts With Git",
159
"command.git.runGitMergeDiff3": "Compute Conflicts With Git (Diff3)",
160
"config.enabled": "Whether Git is enabled.",
161
"config.path": "Path and filename of the git executable, e.g. `C:\\Program Files\\Git\\bin\\git.exe` (Windows). This can also be an array of string values containing multiple paths to look up.",
162
"config.autoRepositoryDetection": "Configures when repositories should be automatically detected.",
163
"config.autoRepositoryDetection.true": "Scan for both subfolders of the current opened folder and parent folders of open files.",
164
"config.autoRepositoryDetection.false": "Disable automatic repository scanning.",
165
"config.autoRepositoryDetection.subFolders": "Scan for subfolders of the currently opened folder.",
166
"config.autoRepositoryDetection.openEditors": "Scan for parent folders of open files.",
167
"config.autorefresh": "Whether auto refreshing is enabled.",
168
"config.autofetch": "When set to true, commits will automatically be fetched from the default remote of the current Git repository. Setting to `all` will fetch from all remotes.",
169
"config.autofetchPeriod": "Duration in seconds between each automatic git fetch, when `#git.autofetch#` is enabled.",
170
"config.confirmSync": "Confirm before synchronizing Git repositories.",
171
"config.confirmCommittedDelete": "Confirm before deleting committed files with Git.",
172
"config.countBadge": "Controls the Git count badge.",
173
"config.countBadge.all": "Count all changes.",
174
"config.countBadge.tracked": "Count only tracked changes.",
175
"config.countBadge.off": "Turn off counter.",
176
"config.checkoutType": "Controls what type of Git refs are listed when running `Checkout to...`.",
177
"config.checkoutType.local": "Local branches",
178
"config.checkoutType.tags": "Tags",
179
"config.checkoutType.remote": "Remote branches",
180
"config.defaultBranchName": "The name of the default branch (example: main, trunk, development) when initializing a new Git repository. When set to empty, the default branch name configured in Git will be used. **Note:** Requires Git version `2.28.0` or later.",
181
"config.branchPrefix": "Prefix used when creating a new branch.",
182
"config.branchProtection": "List of protected branches. By default, a prompt is shown before changes are committed to a protected branch. The prompt can be controlled using the `#git.branchProtectionPrompt#` setting.",
183
"config.branchProtectionPrompt": "Controls whether a prompt is being shown before changes are committed to a protected branch.",
184
"config.branchProtectionPrompt.alwaysCommit": "Always commit changes to the protected branch.",
185
"config.branchProtectionPrompt.alwaysCommitToNewBranch": "Always commit changes to a new branch.",
186
"config.branchProtectionPrompt.alwaysPrompt": "Always prompt before changes are committed to a protected branch.",
187
"config.branchRandomNameDictionary": "List of dictionaries used for the randomly generated branch name. Each value represents the dictionary used to generate the segment of the branch name. Supported dictionaries: `adjectives`, `animals`, `colors` and `numbers`.",
188
"config.branchRandomNameDictionary.adjectives": "A random adjective",
189
"config.branchRandomNameDictionary.animals": "A random animal name",
190
"config.branchRandomNameDictionary.colors": "A random color name",
191
"config.branchRandomNameDictionary.numbers": "A random number between 100 and 999",
192
"config.branchRandomNameEnable": "Controls whether a random name is generated when creating a new branch.",
193
"config.branchValidationRegex": "A regular expression to validate new branch names.",
194
"config.branchWhitespaceChar": "The character to replace whitespace in new branch names, and to separate segments of a randomly generated branch name.",
195
"config.ignoreLegacyWarning": "Ignores the legacy Git warning.",
196
"config.ignoreMissingGitWarning": "Ignores the warning when Git is missing.",
197
"config.ignoreWindowsGit27Warning": "Ignores the warning when Git 2.25 - 2.26 is installed on Windows.",
198
"config.ignoreLimitWarning": "Ignores the warning when there are too many changes in a repository.",
199
"config.ignoreRebaseWarning": "Ignores the warning when it looks like the branch might have been rebased when pulling.",
200
"config.defaultCloneDirectory": "The default location to clone a Git repository.",
201
"config.useEditorAsCommitInput": "Controls whether a full text editor will be used to author commit messages, whenever no message is provided in the commit input box.",
202
"config.verboseCommit": "Enable verbose output when `#git.useEditorAsCommitInput#` is enabled.",
203
"config.enableSmartCommit": "Commit all changes when there are no staged changes.",
204
"config.smartCommitChanges": "Control which changes are automatically staged by Smart Commit.",
205
"config.smartCommitChanges.all": "Automatically stage all changes.",
206
"config.smartCommitChanges.tracked": "Automatically stage tracked changes only.",
207
"config.suggestSmartCommit": "Suggests to enable smart commit (commit all changes when there are no staged changes).",
208
"config.enableCommitSigning": "Enables commit signing with GPG, X.509, or SSH.",
209
"config.discardAllScope": "Controls what changes are discarded by the `Discard all changes` command. `all` discards all changes. `tracked` discards only tracked files. `prompt` shows a prompt dialog every time the action is run.",
210
"config.decorations.enabled": "Controls whether Git contributes colors and badges to the Explorer and the Open Editors view.",
211
"config.enableStatusBarSync": "Controls whether the Git Sync command appears in the status bar.",
212
"config.followTagsWhenSync": "Push all annotated tags when running the sync command.",
213
"config.replaceTagsWhenPull": "Automatically replace the local tags with the remote tags in case of a conflict when running the pull command.",
214
"config.promptToSaveFilesBeforeStash": "Controls whether Git should check for unsaved files before stashing changes.",
215
"config.promptToSaveFilesBeforeStash.always": "Check for any unsaved files.",
216
"config.promptToSaveFilesBeforeStash.staged": "Check only for unsaved staged files.",
217
"config.promptToSaveFilesBeforeStash.never": "Disable this check.",
218
"config.promptToSaveFilesBeforeCommit": "Controls whether Git should check for unsaved files before committing.",
219
"config.promptToSaveFilesBeforeCommit.always": "Check for any unsaved files.",
220
"config.promptToSaveFilesBeforeCommit.staged": "Check only for unsaved staged files.",
221
"config.promptToSaveFilesBeforeCommit.never": "Disable this check.",
222
"config.postCommitCommand": "Run a git command after a successful commit.",
223
"config.postCommitCommand.none": "Don't run any command after a commit.",
224
"config.postCommitCommand.push": "Run 'git push' after a successful commit.",
225
"config.postCommitCommand.sync": "Run 'git pull' and 'git push' after a successful commit.",
226
"config.rememberPostCommitCommand": "Remember the last git command that ran after a commit.",
227
"config.openAfterClone": "Controls whether to open a repository automatically after cloning.",
228
"config.openAfterClone.always": "Always open in current window.",
229
"config.openAfterClone.alwaysNewWindow": "Always open in a new window.",
230
"config.openAfterClone.whenNoFolderOpen": "Only open in current window when no folder is opened.",
231
"config.openAfterClone.prompt": "Always prompt for action.",
232
"config.showInlineOpenFileAction": "Controls whether to show an inline Open File action in the Git changes view.",
233
"config.showPushSuccessNotification": "Controls whether to show a notification when a push is successful.",
234
"config.inputValidation": "Controls whether to show commit message input validation diagnostics.",
235
"config.inputValidationLength": "Controls the commit message length threshold for showing a warning.",
236
"config.inputValidationSubjectLength": "Controls the commit message subject length threshold for showing a warning. Unset it to inherit the value of `#git.inputValidationLength#`.",
237
"config.detectSubmodules": "Controls whether to automatically detect Git submodules.",
238
"config.detectSubmodulesLimit": "Controls the limit of Git submodules detected.",
239
"config.detectWorktrees": "Controls whether to automatically detect Git worktrees.",
240
"config.detectWorktreesLimit": "Controls the limit of Git worktrees detected.",
241
"config.worktreeIncludeFiles": "Configure [glob patterns](https://aka.ms/vscode-glob-patterns) for files and folders that are included when creating a new worktree. Only files and folders that match the patterns and are listed in `.gitignore` will be copied to the newly created worktree.",
242
"config.alwaysShowStagedChangesResourceGroup": "Always show the Staged Changes resource group.",
243
"config.alwaysSignOff": "Controls the signoff flag for all commits.",
244
"config.ignoreSubmodules": "Ignore modifications to submodules in the file tree.",
245
"config.ignoredRepositories": "List of Git repositories to ignore.",
246
"config.scanRepositories": "List of paths to search for Git repositories in.",
247
"config.commandsToLog": {
248
"message": "List of git commands (ex: commit, push) that would have their `stdout` logged to the [git output](command:git.showOutput). If the git command has a client-side hook configured, the client-side hook's `stdout` will also be logged to the [git output](command:git.showOutput).",
249
"comment": [
250
"{Locked='](command:git.showOutput'}",
251
"Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
252
"Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
253
]
254
},
255
"config.showProgress": "Controls whether Git actions should show progress.",
256
"config.rebaseWhenSync": "Force Git to use rebase when running the sync command.",
257
"config.confirmEmptyCommits": "Always confirm the creation of empty commits for the 'Git: Commit Empty' command.",
258
"config.fetchOnPull": "When enabled, fetch all branches when pulling. Otherwise, fetch just the current one.",
259
"config.pullBeforeCheckout": "Controls whether a branch that does not have outgoing commits is fast-forwarded before it is checked out.",
260
"config.pullTags": "Fetch all tags when pulling.",
261
"config.pruneOnFetch": "Prune when fetching.",
262
"config.autoStash": "Stash any changes before pulling and restore them after successful pull.",
263
"config.allowForcePush": "Controls whether force push (with or without lease) is enabled.",
264
"config.useForcePushWithLease": "Controls whether force pushing uses the safer force-with-lease variant.",
265
"config.useForcePushIfIncludes": "Controls whether force pushing uses the safer force-if-includes variant. Note: This setting requires the `#git.useForcePushWithLease#` setting to be enabled, and Git version `2.30.0` or later.",
266
"config.confirmForcePush": "Controls whether to ask for confirmation before force-pushing.",
267
"config.allowNoVerifyCommit": "Controls whether commits without running pre-commit and commit-msg hooks are allowed.",
268
"config.confirmNoVerifyCommit": "Controls whether to ask for confirmation before committing without verification.",
269
"config.closeDiffOnOperation": "Controls whether the diff editor should be automatically closed when changes are stashed, committed, discarded, staged, or unstaged.",
270
"config.openDiffOnClick": "Controls whether the diff editor should be opened when clicking a change. Otherwise the regular editor will be opened.",
271
"config.supportCancellation": "Controls whether a notification comes up when running the Sync action, which allows the user to cancel the operation.",
272
"config.branchSortOrder": "Controls the sort order for branches.",
273
"config.untrackedChanges": "Controls how untracked changes behave.",
274
"config.untrackedChanges.mixed": "All changes, tracked and untracked, appear together and behave equally.",
275
"config.untrackedChanges.separate": "Untracked changes appear separately in the Source Control view. They are also excluded from several actions.",
276
"config.untrackedChanges.hidden": "Untracked changes are hidden and excluded from several actions.",
277
"config.requireGitUserConfig": "Controls whether to require explicit Git user configuration or allow Git to guess if missing.",
278
"config.showCommitInput": "Controls whether to show the commit input in the Git source control panel.",
279
"config.terminalAuthentication": "Controls whether to enable VS Code to be the authentication handler for Git processes spawned in the Integrated Terminal. Note: Terminals need to be restarted to pick up a change in this setting.",
280
"config.terminalGitEditor": "Controls whether to enable VS Code to be the Git editor for Git processes spawned in the integrated terminal. Note: Terminals need to be restarted to pick up a change in this setting.",
281
"config.timeline.showAuthor": "Controls whether to show the commit author in the Timeline view.",
282
"config.timeline.showUncommitted": "Controls whether to show uncommitted changes in the Timeline view.",
283
"config.timeline.date": "Controls which date to use for items in the Timeline view.",
284
"config.timeline.date.committed": "Use the committed date",
285
"config.timeline.date.authored": "Use the authored date",
286
"config.useCommitInputAsStashMessage": "Controls whether to use the message from the commit input box as the default stash message.",
287
"config.showActionButton": "Controls whether an action button is shown in the Source Control view.",
288
"config.showActionButton.commit": "Show an action button to commit changes when the local branch has modified files ready to be committed.",
289
"config.showActionButton.publish": "Show an action button to publish the local branch when it does not have a tracking remote branch.",
290
"config.showActionButton.sync": "Show an action button to synchronize changes when the local branch is either ahead or behind the remote branch.",
291
"config.statusLimit": "Controls how to limit the number of changes that can be parsed from Git status command. Can be set to 0 for no limit.",
292
"config.experimental.installGuide": "Experimental improvements for the Git setup flow.",
293
"config.repositoryScanIgnoredFolders": "List of folders that are ignored while scanning for Git repositories when `#git.autoRepositoryDetection#` is set to `true` or `subFolders`.",
294
"config.repositoryScanMaxDepth": "Controls the depth used when scanning workspace folders for Git repositories when `#git.autoRepositoryDetection#` is set to `true` or `subFolders`. Can be set to `-1` for no limit.",
295
"config.useIntegratedAskPass": "Controls whether GIT_ASKPASS should be overwritten to use the integrated version.",
296
"config.mergeEditor": "Open the merge editor for files that are currently under conflict.",
297
"config.optimisticUpdate": "Controls whether to optimistically update the state of the Source Control view after running git commands.",
298
"config.openRepositoryInParentFolders": "Control whether a repository in parent folders of workspaces or open files should be opened.",
299
"config.openRepositoryInParentFolders.always": "Always open a repository in parent folders of workspaces or open files.",
300
"config.openRepositoryInParentFolders.never": "Never open a repository in parent folders of workspaces or open files.",
301
"config.openRepositoryInParentFolders.prompt": "Prompt before opening a repository the parent folders of workspaces or open files.",
302
"config.publishBeforeContinueOn": "Controls whether to publish unpublished Git state when using Continue Working On from a Git repository.",
303
"config.publishBeforeContinueOn.always": "Always publish unpublished Git state when using Continue Working On from a Git repository",
304
"config.publishBeforeContinueOn.never": "Never publish unpublished Git state when using Continue Working On from a Git repository",
305
"config.publishBeforeContinueOn.prompt": "Prompt to publish unpublished Git state when using Continue Working On from a Git repository",
306
"config.similarityThreshold": "Controls the threshold of the similarity index (the amount of additions/deletions compared to the file's size) for changes in a pair of added/deleted files to be considered a rename. **Note:** Requires Git version `2.18.0` or later.",
307
"config.blameEditorDecoration.enabled": "Controls whether to show blame information in the editor using editor decorations.",
308
"config.blameEditorDecoration.template": "Template for the blame information editor decoration. 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",
309
"config.blameEditorDecoration.disableHover": "Controls whether to disable the blame information editor decoration hover.",
310
"config.blameStatusBarItem.enabled": "Controls whether to show blame information in the status bar.",
311
"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",
312
"config.blameIgnoreWhitespace": "Controls whether to ignore whitespace changes when computing blame information.",
313
"config.commitShortHashLength": "Controls the length of the commit short hash.",
314
"config.diagnosticsCommitHook.enabled": "Controls whether to check for unresolved diagnostics before committing.",
315
"config.diagnosticsCommitHook.sources": "Controls the list of sources (**Item**) and the minimum severity (**Value**) to be considered before committing. **Note:** To ignore diagnostics from a particular source, add the source to the list and set the minimum severity to `none`.",
316
"config.discardUntrackedChangesToTrash": "Controls whether discarding untracked changes moves the file(s) to the Recycle Bin (Windows), Trash (macOS, Linux) instead of deleting them permanently. **Note:** This setting has no effect when connected to a remote or when running in Linux as a snap package.",
317
"config.showReferenceDetails": "Controls whether to show the details of the last commit for Git refs in the checkout, branch, and tag pickers.",
318
"submenu.explorer": "Git",
319
"submenu.commit": "Commit",
320
"submenu.commit.amend": "Amend",
321
"submenu.commit.signoff": "Sign Off",
322
"submenu.changes": "Changes",
323
"submenu.pullpush": "Pull, Push",
324
"submenu.branch": "Branch",
325
"submenu.remotes": "Remote",
326
"submenu.stash": "Stash",
327
"submenu.tags": "Tags",
328
"submenu.worktrees": "Worktrees",
329
"colors.added": "Color for added resources.",
330
"colors.modified": "Color for modified resources.",
331
"colors.stageModified": "Color for modified resources which have been staged.",
332
"colors.stageDeleted": "Color for deleted resources which have been staged.",
333
"colors.deleted": "Color for deleted resources.",
334
"colors.renamed": "Color for renamed or copied resources.",
335
"colors.untracked": "Color for untracked resources.",
336
"colors.ignored": "Color for ignored resources.",
337
"colors.conflict": "Color for resources with conflicts.",
338
"colors.submodule": "Color for submodule resources.",
339
"colors.incomingAdded": "Color for added incoming resource.",
340
"colors.incomingDeleted": "Color for deleted incoming resource.",
341
"colors.incomingRenamed": "Color for renamed incoming resource.",
342
"colors.incomingModified": "Color for modified incoming resource.",
343
"colors.blameEditorDecoration": "Color for the blame editor decoration.",
344
"view.workbench.scm.missing.windows": {
345
"message": "[Download Git for Windows](https://git-scm.com/download/win)\nAfter installing, please [reload](command:workbench.action.reloadWindow) (or [troubleshoot](command:git.showOutput)). Additional source control providers can be installed [from the Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22).",
346
"comment": [
347
"{Locked='](command:workbench.action.reloadWindow'}",
348
"{Locked='](command:git.showOutput'}",
349
"{Locked='](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22'}",
350
"Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
351
"Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
352
]
353
},
354
"view.workbench.scm.missing.mac": {
355
"message": "[Download Git for macOS](https://git-scm.com/download/mac)\nAfter installing, please [reload](command:workbench.action.reloadWindow) (or [troubleshoot](command:git.showOutput)). Additional source control providers can be installed [from the Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22).",
356
"comment": [
357
"{Locked='](command:workbench.action.reloadWindow'}",
358
"{Locked='](command:git.showOutput'}",
359
"{Locked='](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22'}",
360
"Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
361
"Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
362
]
363
},
364
"view.workbench.scm.missing.linux": {
365
"message": "Source control depends on Git being installed.\n[Download Git for Linux](https://git-scm.com/download/linux)\nAfter installing, please [reload](command:workbench.action.reloadWindow) (or [troubleshoot](command:git.showOutput)). Additional source control providers can be installed [from the Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22).",
366
"comment": [
367
"{Locked='](command:workbench.action.reloadWindow'}",
368
"{Locked='](command:git.showOutput'}",
369
"{Locked='](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22'}",
370
"Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
371
"Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
372
]
373
},
374
"view.workbench.scm.missing": {
375
"message": "Install Git, a popular source control system, to track code changes and collaborate with others. Learn more in our [Git guides](https://aka.ms/vscode-scm).",
376
"comment": [
377
"{Locked='](https://aka.ms/vscode-scm'}",
378
"Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
379
]
380
},
381
"view.workbench.scm.disabled": {
382
"message": "If you would like to use Git features, please enable Git in your [settings](command:workbench.action.openSettings?%5B%22git.enabled%22%5D).\nTo learn more about how to use Git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).",
383
"comment": [
384
"{Locked='](command:workbench.action.openSettings?%5B%22git.enabled%22%5D'}",
385
"Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
386
"Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
387
]
388
},
389
"view.workbench.scm.empty": {
390
"message": "In order to use Git features, you can open a folder containing a Git repository or clone from a URL.\n[Open Folder](command:vscode.openFolder)\n[Clone Repository](command:git.cloneRecursive)\nTo learn more about how to use Git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).",
391
"comment": [
392
"{Locked='](command:vscode.openFolder'}",
393
"Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
394
"Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
395
]
396
},
397
"view.workbench.scm.folder": {
398
"message": "The folder currently open doesn't have a Git repository. You can initialize a repository which will enable source control features powered by Git.\n[Initialize Repository](command:git.init?%5Btrue%5D)\nTo learn more about how to use Git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).",
399
"comment": [
400
"{Locked='](command:git.init?%5Btrue%5D'}",
401
"Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
402
"Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
403
]
404
},
405
"view.workbench.scm.workspace": {
406
"message": "The workspace currently open doesn't have any folders containing Git repositories. You can initialize a repository on a folder which will enable source control features powered by Git.\n[Initialize Repository](command:git.init)\nTo learn more about how to use Git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).",
407
"comment": [
408
"{Locked='](command:git.init'}",
409
"Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
410
"Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
411
]
412
},
413
"view.workbench.scm.emptyWorkspace": {
414
"message": "The workspace currently open doesn't have any folders containing Git repositories.\n[Add Folder to Workspace](command:workbench.action.addRootFolder)\nTo learn more about how to use Git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).",
415
"comment": [
416
"{Locked='](command:workbench.action.addRootFolder'}",
417
"Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
418
"Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
419
]
420
},
421
"view.workbench.scm.scanFolderForRepositories": {
422
"message": "Scanning folder for Git repositories..."
423
},
424
"view.workbench.scm.scanWorkspaceForRepositories": {
425
"message": "Scanning workspace for Git repositories..."
426
},
427
"view.workbench.scm.repositoryInParentFolders": {
428
"message": "A Git repository was found in the parent folders of the workspace or the open file(s).\n[Open Repository](command:git.openRepositoriesInParentFolders)\nUse the [git.openRepositoryInParentFolders](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D) setting to control whether Git repositories in parent folders of workspaces or open files are opened. To learn more [read our docs](https://aka.ms/vscode-git-repository-in-parent-folders).",
429
"comment": [
430
"{Locked='](command:git.openRepositoriesInParentFolders'}",
431
"{Locked='](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D'}",
432
"Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
433
"Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
434
]
435
},
436
"view.workbench.scm.repositoriesInParentFolders": {
437
"message": "Git repositories were found in the parent folders of the workspace or the open file(s).\n[Open Repository](command:git.openRepositoriesInParentFolders)\nUse the [git.openRepositoryInParentFolders](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D) setting to control whether Git repositories in parent folders of workspace or open files are opened. To learn more [read our docs](https://aka.ms/vscode-git-repository-in-parent-folders).",
438
"comment": [
439
"{Locked='](command:git.openRepositoriesInParentFolders'}",
440
"{Locked='](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D'}",
441
"Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
442
"Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
443
]
444
},
445
"view.workbench.scm.unsafeRepository": {
446
"message": "The detected Git repository is potentially unsafe as the folder is owned by someone other than the current user.\n[Manage Unsafe Repositories](command:git.manageUnsafeRepositories)\nTo learn more about unsafe repositories [read our docs](https://aka.ms/vscode-git-unsafe-repository).",
447
"comment": [
448
"{Locked='](command:git.manageUnsafeRepositories'}",
449
"Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
450
"Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
451
]
452
},
453
"view.workbench.scm.unsafeRepositories": {
454
"message": "The detected Git repositories are potentially unsafe as the folders are owned by someone other than the current user.\n[Manage Unsafe Repositories](command:git.manageUnsafeRepositories)\nTo learn more about unsafe repositories [read our docs](https://aka.ms/vscode-git-unsafe-repository).",
455
"comment": [
456
"{Locked='](command:git.manageUnsafeRepositories'}",
457
"Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
458
"Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
459
]
460
},
461
"view.workbench.scm.closedRepository": {
462
"message": "A Git repository was found that was previously closed.\n[Reopen Closed Repository](command:git.reopenClosedRepositories)\nTo learn more about how to use Git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).",
463
"comment": [
464
"{Locked='](command:git.reopenClosedRepositories'}",
465
"Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
466
"Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
467
]
468
},
469
"view.workbench.scm.closedRepositories": {
470
"message": "Git repositories were found that were previously closed.\n[Reopen Closed Repositories](command:git.reopenClosedRepositories)\nTo learn more about how to use Git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).",
471
"comment": [
472
"{Locked='](command:git.reopenClosedRepositories'}",
473
"Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
474
"Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
475
]
476
},
477
"view.workbench.cloneRepository": {
478
"message": "You can clone a repository locally.\n[Clone Repository](command:git.clone 'Clone a repository once the Git extension has activated')",
479
"comment": [
480
"{Locked='](command:git.clone'}",
481
"Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
482
"Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
483
]
484
},
485
"view.workbench.learnMore": "To learn more about how to use Git and source control in VS Code [read our docs](https://aka.ms/vscode-scm)."
486
}
487
488