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