-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathpackage.nls.json
More file actions
390 lines (389 loc) · 45.4 KB
/
package.nls.json
File metadata and controls
390 lines (389 loc) · 45.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
{
"github.copilot.badge.signUp": "Sign up for GitHub Copilot",
"github.copilot.badge.star": "Star Copilot on GitHub",
"github.copilot.badge.youtube": "Check out GitHub on Youtube",
"github.copilot.badge.twitter": "Follow GitHub on Twitter",
"github.copilot.icon": "GitHub Copilot icon",
"github.copilot.command.enableEditTracing": "Enable Chat Edit Tracing",
"github.copilot.command.disableEditTracing": "Disable Chat Edit Tracing",
"github.copilot.command.explainThis": "Explain",
"github.copilot.command.reviewAndComment": "Review",
"github.copilot.command.applyReviewSuggestion": "Apply",
"github.copilot.command.applyReviewSuggestionAndNext": "Apply and Go to Next",
"github.copilot.command.discardReviewSuggestion": "Discard",
"github.copilot.command.discardReviewSuggestionAndNext": "Discard and Go to Next",
"github.copilot.command.discardAllReviewSuggestion": "Discard All",
"github.copilot.command.reviewStagedChanges": "Code Review - Staged Changes",
"github.copilot.command.reviewUnstagedChanges": "Code Review - Unstaged Changes",
"github.copilot.command.reviewChanges": "Code Review - Uncommitted Changes",
"github.copilot.command.reviewFileChange": "Review Changes",
"github.copilot.command.gotoPreviousReviewSuggestion": "Previous Suggestion",
"github.copilot.command.gotoNextReviewSuggestion": "Next Suggestion",
"github.copilot.command.continueReviewInInlineChat": "Discard and Copy to Inline Chat",
"github.copilot.command.continueReviewInChat": "View in Chat Panel",
"github.copilot.command.helpfulReviewSuggestion": "Helpful",
"github.copilot.command.unhelpfulReviewSuggestion": "Unhelpful",
"github.copilot.command.fixThis": "Fix",
"github.copilot.command.generateThis": "Generate This",
"github.copilot.command.generateDocs": "Generate Docs",
"github.copilot.command.generateTests": "Generate Tests",
"github.copilot.command.openUserPreferences": "Open User Preferences",
"github.copilot.command.openMemoryFolder": "Open Memory Folder",
"github.copilot.command.sendChatFeedback": "Send Chat Feedback",
"github.copilot.command.buildLocalWorkspaceIndex": "Build Local Workspace Index",
"github.copilot.command.buildRemoteWorkspaceIndex": "Build Remote Workspace Index",
"github.copilot.command.deleteExternalIngestWorkspaceIndex": "Delete External Ingest Workspace Index",
"github.copilot.viewsWelcome.individual.expired": "Your Copilot subscription has expired.\n\n[Review Copilot Settings](https://github.com/settings/copilot?editor=vscode)",
"github.copilot.viewsWelcome.enterprise": "Contact your GitHub organization administrator to enable Copilot.",
"github.copilot.viewsWelcome.offline": {
"message": "GitHub Copilot servers could not be reached. Please check your internet connection and try again.\n\n[Retry Connection](command:github.copilot.refreshToken)\n\nSee also [Copilot log](command:github.copilot.debug.showOutputChannel.internal) and [run diagnostics](command:github.copilot.debug.collectDiagnostics.internal).",
"comment": [
"{Locked='['}",
"{Locked='](command:github.copilot.refreshToken)'}",
"{Locked='](command:github.copilot.debug.showOutputChannel.internal)'}",
"{Locked='](command:github.copilot.debug.collectDiagnostics.internal)'}"
]
},
"github.copilot.viewsWelcome.contactSupport": {
"message": "There seems to be a problem with your account. Please contact GitHub support.\n\n[Contact Support](https://support.github.com/?editor=vscode)",
"comment": [
"{Locked='['}",
"{Locked='](https://support.github.com/?editor=vscode)'}"
]
},
"github.copilot.viewsWelcome.chatDisabled": {
"message": "GitHub Copilot Chat is currently disabled for your account by an organization administrator. Contact an organization administrator to enable chat.\n\n[Learn More](https://docs.github.com/en/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-github-copilot-features-in-your-organization/managing-policies-for-copilot-in-your-organization)",
"comment": [
"{Locked='['}",
"{Locked='](https://docs.github.com/en/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-github-copilot-features-in-your-organization/managing-policies-for-copilot-in-your-organization)'}"
]
},
"github.copilot.viewsWelcome.switchToReleaseChannel": {
"message": "The Pre-Release version of the GitHub Copilot Chat extension is not currently supported in the stable version of VS Code. Please switch to the release version for GitHub Copilot Chat or try VS Code Insiders.\n\n[Switch to Release Version and Reload](command:runCommands?%7B%22commands%22%3A%5B%7B%22command%22%3A%22workbench.extensions.action.switchToRelease%22%2C%22args%22%3A%5B%22GitHub.copilot-chat%22%5D%7D%2C%22workbench.action.reloadWindow%22%5D%7D)\n\n[Switch to VS Code Insiders](https://aka.ms/vscode-insiders)",
"comment": [
"{Locked='['}",
"{Locked='](command:runCommands?%7B%22commands%22%3A%5B%7B%22command%22%3A%22workbench.extensions.action.switchToRelease%22%2C%22args%22%3A%5B%22GitHub.copilot-chat%22%5D%7D%2C%22workbench.action.reloadWindow%22%5D%7D)'}",
"{Locked='](https://aka.ms/vscode-insiders)'}"
]
},
"github.copilot.viewsWelcome.debug": {
"message": "Debug using a [terminal command](command:github.copilot.chat.startCopilotDebugCommand) or in an [interactive chat](command:workbench.action.chat.open?%7B%22query%22%3A%22%40vscode%20%2FstartDebugging%20%22%2C%22isPartialQuery%22%3Atrue%7D).",
"comment": [
"{Locked='['}",
"{Locked='](command:github.copilot.chat.startCopilotDebugCommand)'}",
"{Locked='](command:workbench.action.chat.open?%7B%22query%22%3A%22%40vscode%20%2FstartDebugging%20%22%2C%22isPartialQuery%22%3Atrue%7D)'}"
]
},
"github.copilot.command.logWorkbenchState": "Log Workbench State",
"github.copilot.command.showChatLogView": "Show Chat Debug View",
"github.copilot.command.showOutputChannel": "Show Output Channel",
"github.copilot.command.showContextInspectorView": "Inspect Language Context",
"github.copilot.command.validateNesRename": "Validate NES Rename",
"github.copilot.command.resetVirtualToolGroups": "Reset Virtual Tool Groups",
"github.copilot.command.applySuggestionWithCopilot": "Apply Suggestion",
"github.copilot.command.explainTerminalLastCommand": "Explain Last Terminal Command",
"github.copilot.command.collectWorkspaceIndexDiagnostics": "Collect Workspace Index Diagnostics",
"github.copilot.command.triggerPermissiveSignIn": "Login to GitHub with Full Permissions",
"github.copilot.command.resetCloudAgentWorkspaceConfirmations": "Reset Cloud Agent Workspace Confirmations",
"github.copilot.git.generateCommitMessage": "Generate Commit Message",
"github.copilot.git.resolveMergeConflicts": "Resolve Conflicts with AI",
"github.copilot.devcontainer.generateDevContainerConfig": "Generate Dev Container Configuration",
"github.copilot.config.enableCodeActions": "Controls if Copilot commands are shown as Code Actions when available",
"github.copilot.config.renameSuggestions.triggerAutomatically": "Controls whether Copilot generates suggestions for renaming",
"github.copilot.config.localeOverride": "Specify a locale that Copilot should respond in, e.g. `en` or `fr`. By default, Copilot will respond using VS Code's configured display language locale.",
"github.copilot.config.edits.enabled": "Whether to enable the Copilot Edits feature.",
"github.copilot.config.codesearch.enabled": "Whether to enable agentic codesearch when using `#codebase`.",
"github.copilot.nextEditSuggestions.enabled": "Whether to enable next edit suggestions (NES).\n\nNES can propose a next edit based on your recent changes. [Learn more](https://aka.ms/vscode-nes) about next edit suggestions.",
"github.copilot.nextEditSuggestions.extendedRange": "Whether to allow next edit suggestions (NES) to modify code farther away from the cursor position.",
"github.copilot.nextEditSuggestions.fixes": "Whether to offer fixes for diagnostics via next edit suggestions (NES).",
"github.copilot.nextEditSuggestions.allowWhitespaceOnlyChanges": "Whether to allow whitespace-only changes be proposed by next edit suggestions (NES).",
"github.copilot.chat.copilotDebugCommand.enabled": "Whether the `copilot-debug` command is enabled in the terminal.",
"github.copilot.config.terminalChatLocation": "Controls where chat queries from the terminal should be opened.",
"github.copilot.config.terminalChatLocation.chatView": "Open the chat view.",
"github.copilot.config.terminalChatLocation.quickChat": "Open quick chat.",
"github.copilot.config.terminalChatLocation.terminal": "Open terminal inline chat",
"github.copilot.config.scopeSelection": "Whether to prompt the user to select a specific symbol scope if the user uses `/explain` and the active editor has no selection.",
"github.copilot.config.debugTerminalCommands": "Whether to quick fix hints in the debug terminal and the `copilot-debug` command.",
"github.copilot.config.debugTerminalCommandPatterns": "A list of commands for which the \"Debug Command\" quick fix action should be shown in the debug terminal.",
"github.copilot.config.edits.suggestRelatedFilesFromGitHistory": "Whether to suggest related files from git history for the Copilot Edits working set.",
"github.copilot.chat.edits.suggestRelatedFilesForTests": "Whether to suggest source files from test files for the Copilot Edits working set.",
"github.copilot.config.suggestRelatedFilesFromGitHistory.useEmbeddings": "Use embeddings to suggest related files from git history.",
"github.copilot.config.codeGeneration.instructions": "A set of instructions that will be added to Copilot requests that generate code.\nInstructions can come from: \n- a file in the workspace: `{ \"file\": \"fileName\" }`\n- text in natural language: `{ \"text\": \"Use underscore for field names.\" }`\n\nNote: Keep your instructions short and precise. Poor instructions can degrade Copilot's quality and performance.",
"github.copilot.config.codeGeneration.instructions.deprecated": "Use instructions files instead. See https://aka.ms/vscode-ghcp-custom-instructions for more information.",
"github.copilot.config.codeGeneration.useInstructionFiles": "Controls whether code instructions from `.github/copilot-instructions.md` are added to Copilot requests.\n\nNote: Keep your instructions short and precise. Poor instructions can degrade Copilot's quality and performance. [Learn more](https://aka.ms/github-copilot-custom-instructions) about customizing Copilot.",
"github.copilot.config.codeGeneration.instruction.text": "A text instruction that will be added to Copilot requests that generate code. Optionally, you can specify a language for the instruction.",
"github.copilot.config.codeGeneration.instruction.file": "A path to a file that will be added to Copilot requests that generate code. Optionally, you can specify a language for the instruction.",
"github.copilot.config.testGeneration.instructions": "A set of instructions that will be added to Copilot requests that generate tests.\nInstructions can come from: \n- a file in the workspace: `{ \"file\": \"fileName\" }`\n- text in natural language: `{ \"text\": \"Use underscore for field names.\" }`\n\nNote: Keep your instructions short and precise. Poor instructions can degrade Copilot's quality and performance.",
"github.copilot.config.testGeneration.instructions.deprecated": "Use instructions files instead. See https://aka.ms/vscode-ghcp-custom-instructions for more information.",
"github.copilot.config.experimental.testGeneration.instruction.text": "A text instruction that will be added to Copilot requests that generate tests. Optionally, you can specify a language for the instruction.",
"github.copilot.config.experimental.testGeneration.instruction.file": "A path to a file that will be added to Copilot requests that generate tests. Optionally, you can specify a language for the instruction.",
"github.copilot.config.reviewAgent.enabled": "Enables the code review agent.",
"github.copilot.config.reviewSelection.enabled": "Enables code review on current selection.",
"github.copilot.config.reviewSelection.instructions": "A set of instructions that will be added to Copilot requests that provide code review for the current selection.\nInstructions can come from: \n- a file in the workspace: `{ \"file\": \"fileName\" }`\n- text in natural language: `{ \"text\": \"Use underscore for field names.\" }`\n\nNote: Keep your instructions short and precise. Poor instructions can degrade Copilot's effectiveness.",
"github.copilot.config.reviewSelection.instruction.text": "A text instruction that will be added to Copilot requests that provide code review for the current selection. Optionally, you can specify a language for the instruction.",
"github.copilot.config.reviewSelection.instruction.file": "A path to a file that will be added to Copilot requests that provide code review for the current selection. Optionally, you can specify a language for the instruction.",
"github.copilot.config.commitMessageGeneration.instructions": "A set of instructions that will be added to Copilot requests that generate commit messages.\nInstructions can come from: \n- a file in the workspace: `{ \"file\": \"fileName\" }`\n- text in natural language: `{ \"text\": \"Use conventional commit message format.\" }`\n\nNote: Keep your instructions short and precise. Poor instructions can degrade Copilot's quality and performance.",
"github.copilot.config.commitMessageGeneration.instruction.text": "Text instructions that will be added to Copilot requests that generate commit messages.",
"github.copilot.config.commitMessageGeneration.instruction.file": "A path to a file with instructions that will be added to Copilot requests that generate commit messages.",
"github.copilot.config.pullRequestDescriptionGeneration.instructions": "A set of instructions that will be added to Copilot requests that generate pull request titles and descriptions.\nInstructions can come from: \n- a file in the workspace: `{ \"file\": \"fileName\" }`\n- text in natural language: `{ \"text\": \"Always include a list of key changes.\" }`\n\nNote: Keep your instructions short and precise. Poor instructions can degrade Copilot's quality and performance.",
"github.copilot.config.pullRequestDescriptionGeneration.instruction.text": "Text instructions that will be added to Copilot requests that generate pull request titles and descriptions.",
"github.copilot.config.pullRequestDescriptionGeneration.instruction.file": "A path to a file with instructions that will be added to Copilot requests that generate pull request titles and descriptions.",
"github.copilot.config.generateTests.codeLens": "Show 'Generate tests' code lens for symbols that are not covered by current test coverage information.",
"github.copilot.config.notebook.followCellExecution": "Controls whether the currently executing cell is revealed into the viewport upon execution from Copilot.",
"github.copilot.config.notebook.enhancedNextEditSuggestions": "Controls whether to use an enhanced approach for generating next edit suggestions in notebook cells.",
"github.copilot.config.imageUpload.enabled": "Enables the use of image upload URLs in chat requests instead of raw base64 strings.",
"github.copilot.config.setupTests.enabled": "Enables the `/setupTests` intent and prompting in `/tests` generation.",
"github.copilot.config.virtualTools.threshold": "This setting defines the tool count over which virtual tools should be used. Virtual tools group similar sets of tools together and they allow the model to activate them on-demand. Certain tool groups will optimistically be pre-activated. We are actively developing this feature and you experience degraded tool calling once the threshold is hit.\n\nMay be set to `0` to disable virtual tools.",
"github.copilot.config.alternateGptPrompt.enabled": "Enables an experimental alternate prompt for GPT models instead of the default prompt.",
"github.copilot.config.alternateGeminiModelFPrompt.enabled": "Enables an experimental alternate prompt for Gemini Model F instead of the default prompt.",
"github.copilot.config.gpt5CodexAlternatePrompt": "Specifies an experimental alternate prompt to use for the GPT-5-Codex model.",
"github.copilot.command.fixTestFailure": "Fix Test Failure",
"copilot.description": "Ask or edit in context",
"copilot.title": "Build with Agent",
"copilot.edits.description": "Edit files in your workspace",
"copilot.agent.description": "Edit files in your workspace in agent mode",
"copilot.workspace.description": "Ask about your workspace",
"copilot.workspace.sampleRequest": "How do I build this project?",
"copilot.workspace.explain.description": "Explain how the code in your active editor works",
"copilot.workspace.edit.description": "Edit files in your workspace",
"copilot.workspace.review.description": "Review the selected code in your active editor",
"copilot.workspace.edit.inline.description": "Edit the selected code in your active editor",
"copilot.workspace.generate.description": "Generate new code",
"copilot.workspace.doc.description": "Add documentation comment for this symbol",
"copilot.workspace.tests.description": "Generate unit tests for the selected code",
"copilot.workspace.fix.description": "Propose a fix for the problems in the selected code",
"copilot.workspace.fix.sampleRequest": "There is a problem in this code. Rewrite the code to show it with the bug fixed.",
"copilot.workspace.new.description": "Scaffold code for a new file or project in a workspace",
"copilot.workspace.new.sampleRequest": "Create a RESTful API server using typescript",
"copilot.workspace.newNotebook.description": "Create a new Jupyter Notebook",
"copilot.workspace.newNotebook.sampleRequest": "How do I create a notebook to load data from a csv file?",
"copilot.workspace.semanticSearch.description": "Find relevant code to your query",
"copilot.workspace.semanticSearch.sampleRequest": "Where is the toolbar code?",
"copilot.vscode.description": "Ask questions about VS Code",
"copilot.workspaceSymbols.tool.description": "Search for workspace symbols using language services.",
"copilot.listCodeUsages.tool.description": "Find references, definitions, and other usages of a symbol",
"copilot.codebase.tool.description": "Find relevant file chunks, symbols, and other information in your codebase",
"copilot.vscode.tool.description": "Use VS Code API references to answer questions about VS Code extension development.",
"copilot.testFailure.tool.description": "Include information about the last unit test failure",
"copilot.vscode.sampleRequest": "What is the command to open the integrated terminal?",
"copilot.vscode.api.description": "Ask about VS Code extension development",
"copilot.vscode.api.sampleRequest": "How do I add text to the status bar?",
"copilot.vscode.search.description": "Generate query parameters for workspace search",
"copilot.vscode.search.sampleRequest": "Search for 'foo' in all files under my 'src' directory",
"copilot.vscode.setupTests.description": "Set up tests in your project (Experimental)",
"copilot.vscode.setupTests.sampleRequest": "add playwright tests to my project",
"copilot.terminal.description": "Ask about commands",
"copilot.terminalPanel.description": "Ask how to do something in the terminal",
"copilot.terminal.sampleRequest": "How do I view all files within a directory including sub-directories?",
"copilot.terminal.explain.description": "Explain something in the terminal",
"copilot.terminal.explain.sampleRequest": "Explain the last command",
"github.copilot.submenu.copilot.label": "Copilot",
"github.copilot.submenu.reviewComment.applyAndNext.label": "Apply and Go to Next",
"github.copilot.submenu.reviewComment.discardAndNext.label": "Discard and Go to Next",
"github.copilot.submenu.reviewComment.discard.label": "Discard",
"github.copilot.config.useProjectTemplates": "Use relevant GitHub projects as starter projects when using `/new`",
"github.copilot.chat.attachFile": "Add File to Chat",
"github.copilot.chat.attachSelection": "Add Selection to Chat",
"github.copilot.command.collectDiagnostics": "Chat Diagnostics",
"github.copilot.command.inlineEdit.clearCache": "Clear Inline Suggestion Cache",
"github.copilot.command.inlineEdit.reportNotebookNESIssue": "Report Notebook Inline Suggestion Issue",
"github.copilot.command.showNotebookLog": "Show Chat Log Notebook",
"github.copilot.resetAutomaticCommandExecutionPrompt": "Reset Automatic Command Execution Prompt",
"github.copilot.command.generateSTest": "Generate STest From Last Chat Request",
"github.copilot.command.generateConfiguration": "Generate Debug Configuration",
"github.copilot.command.openWalkthrough": "Open Walkthrough",
"github.copilot.walkthrough.title": "GitHub Copilot",
"github.copilot.walkthrough.description": "Your AI pair programmer to write code faster and smarter",
"github.copilot.walkthrough.signIn.title": "Sign in with GitHub",
"github.copilot.walkthrough.signIn.description": "To get started with Copilot, sign in with your GitHub account.\nMake sure you're using the correct GitHub account. You can also sign in later using the account menu.\n\n[Sign In](command:github.copilot.signIn)",
"github.copilot.walkthrough.signIn.media.altText": "Sign in to GitHub via this walkthrough or VS Code's account menu",
"github.copilot.walkthrough.setup.signIn.title": "Sign in to use Copilot for free",
"github.copilot.walkthrough.setup.signIn.description": "You can use Copilot to generate code across multiple files, fix errors, ask questions about your code and much more using natural language.\n We now offer [Copilot for free](https://github.com/features/copilot/plans) with your GitHub account.\n\n[Use Copilot for Free](command:workbench.action.chat.triggerSetupForceSignIn)",
"github.copilot.walkthrough.setup.signUp.title": "Get started with Copilot for free",
"github.copilot.walkthrough.setup.signUp.description": "You can use Copilot to generate code across multiple files, fix errors, ask questions about your code and much more using natural language.\n We now offer [Copilot for free](https://github.com/features/copilot/plans) with your GitHub account.\n\n[Use Copilot for Free](command:workbench.action.chat.triggerSetupForceSignIn)",
"github.copilot.walkthrough.setup.noAction.description": "You can use Copilot to generate code across multiple files, fix errors, ask questions about your code and much more using natural language.\n We now offer [Copilot for free](https://github.com/features/copilot/plans) with your GitHub account.",
"github.copilot.walkthrough.firstSuggest.title": "AI-suggested inline suggestions",
"github.copilot.walkthrough.firstSuggest.description": "As you type in the editor, Copilot suggests code to help you complete what you started.",
"github.copilot.walkthrough.firstSuggest.media.altText": "The video shows different Copilot inline suggestions, where Copilot suggests code to help the user complete their code",
"github.copilot.walkthrough.panelChat.title": "Chat about your code",
"github.copilot.walkthrough.panelChat.description": "Ask Copilot programming questions or get help with your code using **@workspace**.\n Type **@** to see all available chat participants that you can chat with directly, each with their own expertise.\n[Chat with Copilot](command:workbench.action.chat.open?%7B%22mode%22%3A%22ask%22%7D)",
"github.copilot.walkthrough.panelChat.media.altText": "The user invokes @workspace in the Chat panel in the secondary sidebar to understand the code base. Copilot retrieves the relevant information and provides a response with links to the files",
"github.copilot.walkthrough.inlineChatNotMac.title": "Use natural language in your files",
"github.copilot.walkthrough.inlineChatNotMac.description": "Sometimes, it's easier to describe the code you want to write directly within a file.\nPlace your cursor or make a selection and use **``Ctrl+I``** to open **Inline Chat**.",
"github.copilot.walkthrough.inlineChatNotMac.media.altText": "Inline Chat view in the editor. The video shows the user invoking the inline chat widget and asking Copilot to make a change in the file using natural language. Copilot then makes the requested change",
"github.copilot.walkthrough.inlineChatMac.title": "Use natural language in your files",
"github.copilot.walkthrough.inlineChatMac.description": "Sometimes, it's easier to describe the code you want to write directly within a file.\nPlace your cursor or make a selection and use **``Cmd+I``** to open **Inline Chat**.",
"github.copilot.walkthrough.inlineChatMac.media.altText": "The video shows the user invoking the inline chat widget and asking Copilot to make a change in the file using natural language. Copilot then makes the requested change",
"github.copilot.walkthrough.edits.title": "Make changes using natural language",
"github.copilot.walkthrough.edits.description": "Use **Copilot Edits** to select files you want to work with and describe changes you want to make. Copilot applies them directly to your files.\n[Edit with Copilot](command:workbench.action.chat.open?%7B%22mode%22%3A%22edit%22%7D)",
"github.copilot.walkthrough.edits.media.altText": "The video shows the user dragging and dropping files into the Copilot Edits input box located in the secondary sidebar. Copilot then updates the file according to the user’s request",
"github.copilot.walkthrough.sparkle.title": "Look out for smart actions",
"github.copilot.walkthrough.sparkle.description": "Copilot enhances your coding experience with AI-powered smart actions throughout the VS Code interface.\nLook for $(sparkle) icons, such as in the [Source Control view](command:workbench.view.scm), where Copilot generates commit messages and PR descriptions based on code changes.\n\n[Discover Tips and Tricks](https://code.visualstudio.com/docs/copilot/copilot-vscode-features)",
"github.copilot.walkthrough.sparkle.media.altText": "The video shows the sparkle icon in the source control input box being clicked, triggering GitHub Copilot to generate a commit message automatically",
"github.copilot.chat.completionContext.typescript.mode": "The execution mode of the TypeScript Copilot context provider.",
"github.copilot.chat.languageContext.typescript.enabled": "Enables the TypeScript language context provider for inline suggestions",
"github.copilot.chat.languageContext.typescript.items": "Controls which kind of items are included in the TypeScript language context provider.",
"github.copilot.chat.languageContext.typescript.includeDocumentation": "Controls whether to include documentation comments in the generated code snippets.",
"github.copilot.chat.languageContext.typescript.cacheTimeout": "The cache population timeout for the TypeScript language context provider in milliseconds. The default is 500 milliseconds.",
"github.copilot.chat.languageContext.fix.typescript.enabled": "Enables the TypeScript language context provider for /fix commands",
"github.copilot.chat.languageContext.inline.typescript.enabled": "Enables the TypeScript language context provider for inline chats (both generate and edit)",
"github.copilot.command.rerunWithCopilotDebug": "Debug Last Terminal Command",
"github.copilot.config.enableUserPreferences": "Enable remembering user preferences in agent mode.",
"github.copilot.tools.createAndRunTask.name": "Create and Run Task",
"github.copilot.tools.createAndRunTask.description": "Create and run a task in the workspace",
"github.copilot.tools.createAndRunTask.userDescription": "Create and run a task in the workspace",
"github.copilot.config.newWorkspaceCreation.enabled": "Whether to enable new agentic workspace creation.",
"github.copilot.config.newWorkspace.useContext7": "Whether to use the [Context7](command:github.copilot.mcp.viewContext7) tools to scaffold project for new workspace creation.",
"github.copilot.config.editsNewNotebook.enabled": "Whether to enable the new notebook tool in Copilot Edits.",
"github.copilot.config.notebook.inlineEditAgent.enabled": "Enable agent-like behavior from the notebook inline chat widget.",
"github.copilot.config.summarizeAgentConversationHistory.enabled": "Whether to auto-summarize agent conversation history once the context window is filled.",
"github.copilot.tools.createNewWorkspace.name": "Create New Workspace",
"github.copilot.tools.openEmptyFolder.name": "Open an empty folder as VS Code workspace",
"github.copilot.tools.getProjectSetupInfo.name": "Get Project Setup Info",
"github.copilot.tools.searchResults.name": "Search View Results",
"github.copilot.tools.searchResults.description": "Get the results of the search view",
"github.copilot.tools.githubRepo.name": "Search GitHub Repository",
"github.copilot.tools.githubRepo.userDescription": "Search a GitHub repository for relevant source code snippets. You can specify a repository using `owner/repo`",
"github.copilot.config.autoFix": "Automatically fix diagnostics for edited files.",
"github.copilot.tools.createNewWorkspace.userDescription": "Scaffold a new workspace in VS Code",
"copilot.tools.errors.description": "Check errors for a particular file",
"copilot.tools.applyPatch.description": "Edit text files in the workspace",
"copilot.tools.openSimpleBrowser.description": "Preview a locally hosted website in the Simple Browser",
"copilot.tools.findTestFiles.description": "For a source code file, find the file that contains the tests. For a test file, find the file that contains the code under test",
"copilot.tools.getDocInfo.description": "For a symbol like a class or function, find the information about how to document it",
"copilot.tools.changes.description": "Get diffs of changed files",
"copilot.tools.newJupyterNotebook.description": "Create a new Jupyter Notebook",
"copilot.tools.editNotebook.description": "Edit a notebook file in the workspace",
"copilot.tools.runNotebookCell.description": "Trigger the execution of a cell in a notebook file",
"copilot.tools.getNotebookCellOutput.description": "Read the output of a previously executed cell",
"copilot.tools.fetchWebPage.description": "Fetch the main content from a web page. You should include the URL of the page you want to fetch.",
"copilot.tools.searchCodebase.name": "Codebase",
"copilot.tools.searchWorkspaceSymbols.name": "Workspace Symbols",
"copilot.tools.listCodeUsages.name": "Find Usages",
"copilot.tools.getVSCodeAPI.name": "Get VS Code API References",
"copilot.tools.findFiles.name": "Find Files",
"copilot.tools.findFiles.userDescription": "Find files by name using a glob pattern",
"copilot.tools.findTextInFiles.name": "Find Text In Files",
"copilot.tools.findTextInFiles.userDescription": "Search for text in files by regular expression",
"copilot.tools.applyPatch.name": "Apply Patch",
"copilot.tools.readFile.name": "Read File",
"copilot.tools.readFile.userDescription": "Read the contents of a file",
"copilot.tools.listDirectory.name": "List Dir",
"copilot.tools.listDirectory.userDescription": "List the contents of a directory",
"copilot.tools.getTaskOutput.name": "Get Task Output",
"copilot.tools.getErrors.name": "Get Problems",
"copilot.tools.readProjectStructure.name": "Project Structure",
"copilot.tools.getChangedFiles.name": "Git Changes",
"copilot.tools.testFailure.name": "Test Failure",
"copilot.tools.updateUserPreferences.name": "Update User Preferences",
"copilot.tools.openSimpleBrowser.name": "Open Simple Browser",
"copilot.tools.createFile.name": "Create File",
"copilot.tools.createFile.description": "Create new files",
"copilot.tools.insertEdit.name": "Edit File",
"copilot.tools.replaceString.name": "Replace String in File",
"copilot.tools.multiReplaceString.name": "Multi-Replace String in Files",
"copilot.tools.editNotebook.name": "Edit Notebook",
"copilot.tools.editNotebook.userDescription": "Edit a notebook file in the workspace",
"copilot.tools.runNotebookCell.name": "Run Notebook Cell",
"copilot.tools.getNotebookCellOutput.name": "Get Notebook Cell Output",
"copilot.tools.fetchWebPage.name": "Fetch Web Page",
"copilot.tools.memory.name": "Memory",
"copilot.tools.memory.description": "Manage persistent memory across conversations. Create, view, update, and delete memory files that remember important information between chat sessions. Only available with BYOK Anthropic Claude models.",
"copilot.tools.askQuestions.name": "Ask Questions",
"copilot.tools.askQuestions.description": "Ask questions to clarify requirements before proceeding with a task.",
"copilot.tools.findTestFiles.name": "Find Test Files",
"copilot.tools.getDocInfo.name": "Doc Info",
"copilot.tools.createDirectory.name": "Create Directory",
"copilot.tools.createDirectory.description": "Create new directories in your workspace",
"github.copilot.config.agent.currentEditorContext.enabled": "When enabled, Copilot will include the name of the current active editor in the context for agent mode.",
"github.copilot.config.customInstructionsInSystemMessage": "When enabled, custom instructions and mode instructions will be appended to the system message instead of a user message.",
"github.copilot.config.customAgents.showOrganizationAndEnterpriseAgents": "Enable custom agents from GitHub Enterprise and Organizations. When disabled, custom agents from your organization or enterprise will not be available in Copilot.",
"github.copilot.config.customInstructions.useOrganizationInstructions": "Enable custom instructions from GitHub Organizations. When disabled, custom instructions from your organization will not be available in Copilot.",
"copilot.toolSet.editing.description": "Edit files in your workspace",
"copilot.toolSet.read.description": "Read files in your workspace",
"copilot.toolSet.search.description": "Search files in your workspace",
"copilot.toolSet.web.description": "Fetch information from the web",
"github.copilot.config.useMessagesApi": "Use the Messages API instead of the Chat Completions API when supported.\n\n**Note**: This is an experimental feature that is not yet activated for all users.",
"github.copilot.config.anthropic.contextEditing.enabled": "Enable context editing for Anthropic models. Automatically manages conversation context as it grows, helping optimize costs and stay within context window limits.\n\n**Note**: This is an experimental feature. Context editing may cause additional cache rewrites. Enable with caution.",
"github.copilot.config.anthropic.contextEditing.config": "Advanced configuration for Anthropic context editing. Customize trigger thresholds and behavior for automatic context management.\n\n- **triggerType**: `input_tokens` or `tool_uses`\n- **triggerValue**: Threshold to trigger editing (default: 80000)\n- **keepCount**: Number of recent tool uses to keep (default: 3)\n- **clearAtLeastTokens**: Minimum tokens to clear (default: 10000)\n- **excludeTools**: Tool names to exclude from clearing\n- **clearInputs**: Whether to clear tool inputs (default: true)\n- **thinkingKeepTurns**: Number of thinking turns to keep (default: 1)",
"github.copilot.config.anthropic.toolSearchTool.enabled": "Enable tool search tool for Anthropic models. When enabled, tools are dynamically discovered and loaded on-demand using natural language search, reducing context window usage when many tools are available.\n\n**Note**: This is an experimental feature.",
"github.copilot.config.useResponsesApi": "Use the Responses API instead of the Chat Completions API when supported. Enables reasoning and reasoning summaries.\n\n**Note**: This is an experimental feature that is not yet activated for all users.\n\n**Important**: URL API path resolution for custom OpenAI-compatible and Azure models is independent of this setting and fully determined by `url` property of `#github.copilot.chat.customOAIModels#` or `#github.copilot.chat.azureModels#` respectively.",
"github.copilot.config.responsesApiReasoningEffort": "Sets the reasoning effort used for the Responses API. Requires `#github.copilot.chat.useResponsesApi#`.",
"github.copilot.config.responsesApiReasoningSummary": "Sets the reasoning summary style used for the Responses API. Requires `#github.copilot.chat.useResponsesApi#`.",
"github.copilot.config.anthropic.thinking.budgetTokens": "Maximum number of tokens to allocate for extended thinking in Anthropic models. Setting this value enables extended thinking. Valid range is 1,024 to 32,000 tokens. Always capped at (max output tokens - 1).\n\n**Note**: This is an experimental feature not yet activated for all users.",
"github.copilot.config.anthropic.tools.websearch.enabled": "Enable Anthropic's native web search tool for BYOK Claude models. When enabled, allows Claude to search the web for current information. \n\n**Note**: This is an experimental feature only available for BYOK Anthropic Claude models.",
"github.copilot.config.anthropic.tools.websearch.maxUses": "Maximum number of web searches allowed per request. Valid range is 1 to 20. Prevents excessive API calls within a single interaction. If Claude exceeds this limit, the response returns an error.",
"github.copilot.config.anthropic.tools.websearch.allowedDomains": "List of domains to restrict web search results to (e.g., `[\"example.com\", \"docs.example.com\"]`). Domains should not include the HTTP/HTTPS scheme. Subdomains are automatically included. Cannot be used together with blocked domains.",
"github.copilot.config.anthropic.tools.websearch.blockedDomains": "List of domains to exclude from web search results (e.g., `[\"untrustedsource.com\"]`). Domains should not include the HTTP/HTTPS scheme. Subdomains are automatically excluded. Cannot be used together with allowed domains.",
"github.copilot.config.anthropic.tools.websearch.userLocation": "User location for personalizing web search results based on geographic context. All fields (city, region, country, timezone) are optional. Example: `{\"city\": \"San Francisco\", \"region\": \"California\", \"country\": \"US\", \"timezone\": \"America/Los_Angeles\"}`",
"github.copilot.config.tools.memory.enabled": "Enable memory tool to allow models to store and retrieve information across conversations. \n\n**Note**: This is an experimental feature.",
"github.copilot.config.askQuestions.enabled": "Allow agent mode to ask clarifying questions before proceeding with a task.",
"github.copilot.config.completionsFetcher": "Sets the fetcher used for the inline completions.",
"github.copilot.config.nesFetcher": "Sets the fetcher used for the next edit suggestions.",
"github.copilot.config.debug.overrideChatEngine": "Override the chat model. This allows you to test with different models.\n\n**Note**: This is an advanced debugging setting and should not be used while self-hosting as it may lead to a different experience compared to end-users.",
"github.copilot.config.projectLabels.expanded": "Use the expanded format for project labels in prompts.",
"github.copilot.config.projectLabels.chat": "Add project labels in chat requests.",
"github.copilot.config.projectLabels.inline": "Add project labels in inline edit requests.",
"github.copilot.config.workspace.maxLocalIndexSize": "Maximum size of the local workspace index.",
"github.copilot.config.workspace.enableFullWorkspace": "Enable full workspace context analysis.",
"github.copilot.config.workspace.enableCodeSearch": "Enable code search in workspace context.",
"github.copilot.config.workspace.enableEmbeddingsSearch": "Enable embeddings-based search in workspace context.",
"github.copilot.config.workspace.preferredEmbeddingsModel": "Preferred embeddings model for semantic search.",
"github.copilot.config.workspace.prototypeAdoCodeSearchEndpointOverride": "Override endpoint for Azure DevOps code search prototype.",
"github.copilot.config.feedback.onChange": "Enable feedback collection on configuration changes.",
"github.copilot.config.review.intent": "Enable intent detection for code review.",
"github.copilot.config.notebook.summaryExperimentEnabled": "Enable the notebook summary experiment.",
"github.copilot.config.notebook.variableFilteringEnabled": "Enable filtering variables by cell document symbols.",
"github.copilot.config.notebook.alternativeFormat": "Alternative document format for notebooks.",
"github.copilot.config.notebook.alternativeNESFormat.enabled": "Enable alternative format for Next Edit Suggestions in notebooks.",
"github.copilot.config.localWorkspaceRecording.enabled": "Enable local workspace recording for analysis.",
"github.copilot.config.editRecording.enabled": "Enable edit recording for analysis.",
"github.copilot.config.inlineChat.selectionRatioThreshold": "Threshold at which to switch editing strategies for inline chat. When a selection porition of code matches a parse tree node, only that is presented to the language model. This speeds up response times but might have lower quality results. Requires having a parse tree for the document and the `inlineChat.enableV2` setting. Values must be between 0 and 1, where 0 means off and 1 means the selection perfectly matches a parse tree node.",
"github.copilot.config.debug.requestLogger.maxEntries": "Maximum number of entries to keep in the request logger for debugging purposes.",
"github.copilot.config.inlineEdits.diagnosticsContextProvider.enabled": "Enable diagnostics context provider for next edit suggestions.",
"github.copilot.config.inlineEdits.chatSessionContextProvider.enabled": "Enable chat session context provider for next edit suggestions.",
"github.copilot.config.codesearch.agent.enabled": "Enable code search capabilities in agent mode.",
"github.copilot.config.agent.temperature": "Temperature setting for agent mode requests.",
"github.copilot.config.agent.omitFileAttachmentContents": "Omit summarized file contents from file attachments in agent mode, to encourage the agent to properly read and explore.",
"github.copilot.config.instantApply.shortContextModelName": "Model name for short context instant apply.",
"github.copilot.config.instantApply.shortContextLimit": "Token limit for short context instant apply.",
"github.copilot.config.summarizeAgentConversationHistoryThreshold": "Threshold for summarizing agent conversation history.",
"github.copilot.config.agentHistorySummarizationMode": "Mode for agent history summarization.",
"github.copilot.config.agentHistorySummarizationWithPromptCache": "Use prompt caching for agent history summarization.",
"github.copilot.config.agentHistorySummarizationForceGpt41": "Force GPT-4.1 for agent history summarization.",
"github.copilot.config.useResponsesApiTruncation": "Use Responses API for truncation.",
"github.copilot.config.enableReadFileV2": "Enable version 2 of the read file tool.",
"github.copilot.config.enableAskAgent": "Enable the Ask agent for answering questions.",
"github.copilot.config.omitBaseAgentInstructions": "Omit base agent instructions from prompts.",
"github.copilot.config.promptFileContextProvider.enabled": "Enable prompt file context provider.",
"github.copilot.config.tools.defaultToolsGrouped": "Group default tools in prompts.",
"github.copilot.config.claudeCode.enabled": "Enable Claude Code agent.",
"github.copilot.config.claudeCode.debug": "Enable debug mode for Claude Code agent.",
"github.copilot.config.cli.customAgents.enabled": "Enable Custom Agents for Background Agents.",
"github.copilot.config.cli.mcp.enabled": "Enable Model Context Protocol (MCP) server for Background Agents.",
"github.copilot.config.backgroundAgent.enabled": "Enable the Background Agent. When disabled, the Background Agent will not be available in 'Continue In' context menus.",
"github.copilot.config.cloudAgent.enabled": "Enable the Cloud Agent. When disabled, the Cloud Agent will not be available in 'Continue In' context menus.",
"github.copilot.config.gpt5AlternativePatch": "Enable GPT-5 alternative patch format.",
"github.copilot.config.inlineEdits.triggerOnEditorChangeAfterSeconds": "Trigger inline edits after editor has been idle for this many seconds.",
"github.copilot.config.inlineEdits.nextCursorPrediction.displayLine": "Display predicted cursor line for next edit suggestions.",
"github.copilot.config.inlineEdits.nextCursorPrediction.currentFileMaxTokens": "Maximum tokens for current file in next cursor prediction.",
"github.copilot.config.inlineEdits.renameSymbolSuggestions": "Enable rename symbol suggestions in inline edits.",
"github.copilot.config.nextEditSuggestions.preferredModel": "Preferred model for next edit suggestions.",
"github.copilot.command.deleteAgentSession": "Delete...",
"github.copilot.command.cli.sessions.resumeInTerminal": "Resume in Terminal",
"github.copilot.command.openCopilotAgentSessionsInBrowser": "Open in Browser",
"github.copilot.command.closeChatSessionPullRequest.title": "Close Pull Request",
"github.copilot.command.installPRExtension.title": "Install GitHub Pull Request Extension",
"github.copilot.chat.applyCopilotCLIAgentSessionChanges.apply": "Apply",
"github.copilot.command.checkoutPullRequestReroute.title": "Checkout",
"github.copilot.command.applyCopilotCLIAgentSessionChanges": "Apply Changes to Workspace",
"github.copilot.config.githubMcpServer.enabled": "Enable built-in support for the GitHub MCP Server.",
"github.copilot.config.githubMcpServer.toolsets": "Specify toolsets to use from the GitHub MCP Server. [Learn more](https://aka.ms/vscode-gh-mcp-toolsets).",
"github.copilot.config.githubMcpServer.readonly": "Enable read-only mode for the GitHub MCP Server. When enabled, only read tools are available. [Learn more](https://aka.ms/vscode-gh-mcp-readonly).",
"github.copilot.config.githubMcpServer.lockdown": "Enable lockdown mode for the GitHub MCP Server. When enabled, hides public issue details created by users without push access. [Learn more](https://aka.ms/vscode-gh-mcp-lockdown).",
"copilot.tools.runSubagent.name": "Run Subagent",
"copilot.tools.runSubagent.description": "Runs a task within an isolated subagent context. Enables efficient organization of tasks and context window management.",
"copilot.tools.searchSubagent.name": "Search Subagent",
"copilot.tools.searchSubagent.description": "Launch an iterative search-focused subagent to find relevant code in your workspace.",
"github.copilot.config.searchSubagent.enabled": "Enable the search subagent tool for iterative code exploration in the workspace."
}