|
160 | 160 | "github.copilot.config.debugTerminalCommandPatterns": "A list of commands for which the \"Debug Command\" quick fix action should be shown in the debug terminal.", |
161 | 161 | "github.copilot.config.edits.suggestRelatedFilesFromGitHistory": "Whether to suggest related files from git history for the Copilot Edits working set.", |
162 | 162 | "github.copilot.chat.edits.suggestRelatedFilesForTests": "Whether to suggest source files from test files for the Copilot Edits working set.", |
163 | | - "github.copilot.config.suggestRelatedFilesFromGitHistory.useEmbeddings": "Use embeddings to suggest related files from git history.", |
164 | 163 | "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.", |
165 | 164 | "github.copilot.config.codeGeneration.instructions.deprecated": "Use instructions files instead. See https://aka.ms/vscode-ghcp-custom-instructions for more information.", |
166 | 165 | "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.", |
|
362 | 361 | "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.", |
363 | 362 | "github.copilot.config.completionsFetcher": "Sets the fetcher used for the inline completions.", |
364 | 363 | "github.copilot.config.nesFetcher": "Sets the fetcher used for the next edit suggestions.", |
365 | | - "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.", |
366 | | - "github.copilot.config.projectLabels.expanded": "Use the expanded format for project labels in prompts.", |
367 | | - "github.copilot.config.projectLabels.chat": "Add project labels in chat requests.", |
368 | | - "github.copilot.config.projectLabels.inline": "Add project labels in inline edit requests.", |
369 | | - "github.copilot.config.workspace.maxLocalIndexSize": "Maximum size of the local workspace index.", |
370 | | - "github.copilot.config.workspace.enableFullWorkspace": "Enable full workspace context analysis.", |
371 | | - "github.copilot.config.workspace.enableCodeSearch": "Enable code search in workspace context.", |
372 | | - "github.copilot.config.workspace.enableEmbeddingsSearch": "Enable embeddings-based search in workspace context.", |
373 | | - "github.copilot.config.workspace.preferredEmbeddingsModel": "Preferred embeddings model for semantic search.", |
374 | | - "github.copilot.config.workspace.prototypeAdoCodeSearchEndpointOverride": "Override endpoint for Azure DevOps code search prototype.", |
375 | | - "github.copilot.config.feedback.onChange": "Enable feedback collection on configuration changes.", |
376 | | - "github.copilot.config.review.intent": "Enable intent detection for code review.", |
377 | | - "github.copilot.config.notebook.summaryExperimentEnabled": "Enable the notebook summary experiment.", |
378 | | - "github.copilot.config.notebook.variableFilteringEnabled": "Enable filtering variables by cell document symbols.", |
379 | | - "github.copilot.config.notebook.alternativeFormat": "Alternative document format for notebooks.", |
380 | | - "github.copilot.config.notebook.alternativeNESFormat.enabled": "Enable alternative format for Next Edit Suggestions in notebooks.", |
381 | | - "github.copilot.config.editSourceTracking.showDecorations": "Show decorations for edit source tracking.", |
382 | | - "github.copilot.config.editSourceTracking.showStatusBar": "Show status bar item for edit source tracking.", |
383 | | - "github.copilot.config.localWorkspaceRecording.enabled": "Enable local workspace recording for analysis.", |
384 | | - "github.copilot.config.editRecording.enabled": "Enable edit recording for analysis.", |
385 | | - "github.copilot.config.temporalContext.maxAge": "Maximum age (in editor changes) for temporal context.", |
386 | | - "github.copilot.config.temporalContext.preferSameLang": "Prefer same language files in temporal context.", |
387 | | - "github.copilot.config.codesearch.agent.enabled": "Enable code search capabilities in agent mode.", |
388 | | - "github.copilot.config.agent.temperature": "Temperature setting for agent mode requests.", |
389 | | - "github.copilot.config.instantApply.shortContextModelName": "Model name for short context instant apply.", |
390 | | - "github.copilot.config.instantApply.shortContextLimit": "Token limit for short context instant apply.", |
391 | | - "github.copilot.config.summarizeAgentConversationHistoryThreshold": "Threshold for summarizing agent conversation history.", |
392 | | - "github.copilot.config.agentHistorySummarizationMode": "Mode for agent history summarization.", |
393 | | - "github.copilot.config.agentHistorySummarizationWithPromptCache": "Use prompt caching for agent history summarization.", |
394 | | - "github.copilot.config.agentHistorySummarizationForceGpt41": "Force GPT-4.1 for agent history summarization.", |
395 | | - "github.copilot.config.useResponsesApiTruncation": "Use Responses API for truncation.", |
396 | | - "github.copilot.config.enableReadFileV2": "Enable version 2 of the read file tool.", |
397 | | - "github.copilot.config.enableAskAgent": "Enable the Ask agent for answering questions.", |
398 | | - "github.copilot.config.omitBaseAgentInstructions": "Omit base agent instructions from prompts.", |
399 | | - "github.copilot.config.promptFileContextProvider.enabled": "Enable prompt file context provider.", |
400 | | - "github.copilot.config.tools.defaultToolsGrouped": "Group default tools in prompts.", |
401 | | - "github.copilot.config.virtualTools.embeddingRanking": "Use embedding-based ranking for virtual tools.", |
402 | | - "github.copilot.config.multiReplaceStringGrok.enabled": "Enable multi-replace string with Grok.", |
403 | | - "github.copilot.config.claudeCode.enabled": "Enable Claude Code agent.", |
404 | | - "github.copilot.config.claudeCode.debug": "Enable debug mode for Claude Code agent.", |
405 | | - "github.copilot.config.copilotCLI.enabled": "Enable Copilot CLI integration.", |
406 | | - "github.copilot.config.cli.isolation.enabled": "Enable CLI isolation for agent sessions.", |
407 | | - "github.copilot.config.cli.mcp.enabled": "Enable Model Context Protocol (MCP) server for CLI.", |
408 | | - "github.copilot.config.copilotCodingAgent.enabled": "Enable Copilot Coding Agent (cloud).", |
409 | | - "github.copilot.config.gpt5AlternativePatch": "Enable GPT-5 alternative patch format.", |
410 | | - "github.copilot.config.inlineEdits.triggerOnEditorChangeAfterSeconds": "Trigger inline edits after editor has been idle for this many seconds.", |
411 | | - "github.copilot.config.inlineEdits.nextCursorPrediction.displayLine": "Display predicted cursor line for next edit suggestions.", |
412 | | - "github.copilot.config.inlineEdits.nextCursorPrediction.currentFileMaxTokens": "Maximum tokens for current file in next cursor prediction.", |
413 | 364 | "github.copilot.command.refreshAgentSessions": "Refresh Agent Sessions", |
414 | 365 | "github.copilot.command.deleteAgentSession": "Delete Agent Session", |
415 | 366 | "github.copilot.command.cli.sessions.resumeInTerminal": "Resume Agent Session in Terminal", |
|
0 commit comments