{"copilot.agent.compact.description":"透過壓縮交談歷程記錄來釋放上下文空間。您也可以選擇加入額外的壓縮指示。","copilot.agent.description":"在 Agent 模式中編輯您的工作區中的檔案","copilot.codebase.tool.description":"透過語意搜尋，尋找相關檔案區塊、符號及其他資訊","copilot.description":"在內容中詢問或編輯","copilot.edits.description":"編輯工作區中的檔案","copilot.terminal.description":"詢問命令","copilot.terminal.explain.description":"說明終端的內容","copilot.terminal.explain.sampleRequest":"說明上一個命令","copilot.terminal.sampleRequest":"如何檢視目錄內的所有檔案，包括子目錄?","copilot.terminalPanel.description":"詢問如何在終端機中執行某些動作","copilot.title":"使用代理程式建置","copilot.toolSet.editing.description":"編輯工作區中的檔案","copilot.toolSet.read.description":"讀取工作區中的檔案","copilot.toolSet.search.description":"搜尋工作區中的檔案","copilot.toolSet.web.description":"擷取來自 Web 的資訊","copilot.tools.applyPatch.description":"編輯工作區中的文字檔","copilot.tools.applyPatch.name":"套用修正程式","copilot.tools.changes.description":"取得已變更檔案的差異","copilot.tools.createDirectory.description":"在工作區中建立新目錄","copilot.tools.createDirectory.name":"建立目錄","copilot.tools.createFile.description":"建立新檔案","copilot.tools.createFile.name":"建立檔案","copilot.tools.editNotebook.description":"在工作區編輯筆記本檔案","copilot.tools.editNotebook.name":"編輯筆記本","copilot.tools.editNotebook.userDescription":"在工作區編輯筆記本檔案","copilot.tools.errors.description":"檢查特定檔案的錯誤","copilot.tools.executionSubagent.description":"啟動一個以執行為核心的子代理程式，執行一個或多個終端機命令以完成工作。此子代理程式由 Google 的 Gemini-3-Flash 模型提供支援。其設計旨在選取有效率的終端機輸出摘要，以回傳至主代理程式內容。","copilot.tools.executionSubagent.name":"執行子代理程式","copilot.tools.fetchWebPage.description":"從網頁擷取主要內容。您應該包含要擷取的頁面 URL。","copilot.tools.fetchWebPage.name":"擷取網頁","copilot.tools.findFiles.name":"尋找檔案","copilot.tools.findFiles.userDescription":"使用 Glob 模式，以名稱尋找檔案","copilot.tools.findTestFiles.description":"針對原始程式碼檔案，尋找包含測試的檔案。針對測試檔案，尋找包含所測試程式碼的檔案","copilot.tools.findTestFiles.name":"尋找測試檔案","copilot.tools.findTextInFiles.name":"在檔案中尋找文字","copilot.tools.findTextInFiles.userDescription":"以規則運算式搜尋檔案中的文字","copilot.tools.getChangedFiles.name":"Git 變更","copilot.tools.getErrors.name":"取得問題","copilot.tools.getNotebookCellOutput.description":"讀取先前執行的儲存格的輸出","copilot.tools.getNotebookCellOutput.name":"取得筆記本儲存格輸出","copilot.tools.getTaskOutput.name":"取得工作輸出","copilot.tools.getVSCodeAPI.name":"取得 VS Code API 參考","copilot.tools.insertEdit.name":"編輯檔案","copilot.tools.listDirectory.name":"清單目錄","copilot.tools.listDirectory.userDescription":"列出目錄的內容","copilot.tools.memory.description":"儲存程式碼基底的資訊，以便未來交談時能夠重新叫用","copilot.tools.memory.name":"記憶體","copilot.tools.multiReplaceString.name":"檔案中的多重取代字串","copilot.tools.newJupyterNotebook.description":"建立新的 Jupyter Notebook","copilot.tools.readFile.name":"讀取檔案","copilot.tools.readFile.userDescription":"讀取檔案內容","copilot.tools.readProjectStructure.name":"專案結構","copilot.tools.replaceString.name":"取代檔案中的字串","copilot.tools.runNotebookCell.description":"觸發筆記本檔案中的儲存格執行","copilot.tools.runNotebookCell.name":"執行筆記本儲存格","copilot.tools.runSubagent.description":"在隔離的子代理程式內容中執行工作。實現高效的工作組織與內容視窗管理。","copilot.tools.runSubagent.name":"執行子代理程式","copilot.tools.searchCodebase.name":"程式碼基底","copilot.tools.searchSubagent.description":"啟動一個迭代式搜尋子代理程式，在您的工作區中尋找相關程式碼。","copilot.tools.searchSubagent.name":"搜尋子代理程式","copilot.tools.searchWorkspaceSymbols.name":"工作區符號","copilot.tools.skill.description":"依名稱執行技能。技能提供專業能力、領域知識及優化的工作流程。","copilot.tools.skill.name":"技能","copilot.tools.switchAgent.description":"切換至不同的 Agent 模式。目前僅支援 Plan 代理程式。","copilot.tools.switchAgent.name":"切換代理程式","copilot.tools.viewImage.name":"檢視影像","copilot.tools.viewImage.userDescription":"檢視影像檔案內容","copilot.vscode.api.description":"詢問關於 VS Code 延伸模組開發的問題","copilot.vscode.api.sampleRequest":"如何新增文字到狀態列?","copilot.vscode.description":"詢問有關 VS Code 的問題","copilot.vscode.sampleRequest":"開啟整合式終端的命令是什麼?","copilot.vscode.search.description":"產生工作區搜尋的查詢參數","copilot.vscode.search.sampleRequest":"在我的 'src' 目錄下的所有檔案中搜尋 'foo'","copilot.vscode.setupTests.description":"在專案中設定測試 (實驗性)","copilot.vscode.setupTests.sampleRequest":"將 Playwright 測試新增至我的專案","copilot.vscode.tool.description":"使用 VS Code API 參考資料以回答有關 VS Code 擴充開發的問題。","copilot.workspace.edit.description":"編輯工作區中的檔案","copilot.workspace.edit.inline.description":"在使用中的編輯器中編輯選取的程式碼","copilot.workspace.explain.description":"說明使用中編輯器中的程式碼如何運作","copilot.workspace.fix.description":"為選取的程式碼中的問題建議修正","copilot.workspace.fix.sampleRequest":"此程式碼有問題。重寫程式碼以顯示已修復錯誤的情況。","copilot.workspace.generate.description":"產生新程式碼","copilot.workspace.new.description":"工作區中新檔案或專案的 Scaffold 程式代碼","copilot.workspace.new.sampleRequest":"使用 TypeScript 建立 RESTful API 伺服器","copilot.workspace.newNotebook.description":"建立新的 Jupyter Notebook","copilot.workspace.newNotebook.sampleRequest":"如何建立筆記本以從 CSV 檔案載入資料?","copilot.workspace.review.description":"在使用中的編輯器中檢閱選取的程式碼","copilot.workspace.semanticSearch.description":"尋找查詢的相關程式碼","copilot.workspace.semanticSearch.sampleRequest":"工具列程式碼在何處？","copilot.workspace.tests.description":"為選取的程式碼產生單元測試","copilot.workspaceSymbols.tool.description":"使用語言服務搜尋工作區符號。","github.copilot.badge.signUp":"註冊 GitHub Copilot","github.copilot.badge.star":"GitHub 上的出色 Copilot","github.copilot.badge.twitter":"在 Twitter 上關注 GitHub","github.copilot.badge.youtube":"在 Youtube 上查看 GitHub","github.copilot.chat.applyCopilotCLIAgentSessionChanges.apply":"套用","github.copilot.chat.attachFile":"將檔案新增至聊天","github.copilot.chat.attachSelection":"將選取專案新增至聊天","github.copilot.chat.completionContext.typescript.mode":"TypeScript Copilot 內容提供者的執行模式。","github.copilot.chat.copilotDebugCommand.enabled":"終端機中是否已啟用 `copilot-debug` 命令。","github.copilot.chat.createDraftPullRequestCopilotCLIAgentSession.createDraftPR":"建立草稿提取要求","github.copilot.chat.createPullRequestCopilotCLIAgentSession.createPR":"建立提取要求","github.copilot.chat.languageContext.fix.typescript.enabled":"啟用 TypeScript 語言內容提供者以進行 /修正命令","github.copilot.chat.languageContext.inline.typescript.enabled":"啟用內嵌聊天的 TypeScript 語言內容提供者 (以進行產生和編輯)","github.copilot.chat.languageContext.typescript.cacheTimeout":"TypeScript 語言內容提供者的快取填充逾時 (以毫秒為單位)。預設值為 500 毫秒。","github.copilot.chat.languageContext.typescript.enabled":"啟用 TypeScript 語言內容提供者以進行內嵌建議","github.copilot.chat.languageContext.typescript.includeDocumentation":"控制是否在產生的程式碼片段中包含文件註解。","github.copilot.chat.languageContext.typescript.items":"控制 TypeScript 語言內容提供者中包含的項目種類。","github.copilot.chat.mergeCopilotCLIAgentSessionChanges.merge":"合併變更","github.copilot.chat.mergeCopilotCLIAgentSessionChanges.mergeAndSync":"合併變更與同步處理","github.copilot.chat.tools.grepSearch.outputFormat":"The output format for the grep search tool. Can be either 'grep' or 'tag'. The default is 'tag'.","github.copilot.command.applyCopilotCLIAgentSessionChanges":"將變更套用至工作區","github.copilot.command.applyReviewSuggestion":"套用","github.copilot.command.applyReviewSuggestionAndNext":"套用並移至下一個","github.copilot.command.applySuggestionWithCopilot":"套用建議","github.copilot.command.buildRemoteWorkspaceIndex":"建置程式碼基底語意索引","github.copilot.command.chat.copilotCLI.acceptDiff":"接受變更","github.copilot.command.chat.copilotCLI.addFileReference":"將檔案新增至 Copilot CLI","github.copilot.command.chat.copilotCLI.addSelection":"將選取項目新增至 Copilot CLI","github.copilot.command.chat.copilotCLI.rejectDiff":"拒絕變更","github.copilot.command.checkoutPullRequestReroute.title":"簽出","github.copilot.command.chronicle.reindex":"重新編製工作階段索引","github.copilot.command.claude.sessions.commit":"認可","github.copilot.command.claude.sessions.commitAndSync":"提交並同步","github.copilot.command.claude.sessions.initializeRepository":"初始化存放庫","github.copilot.command.claude.sessions.rename":"重新命名...","github.copilot.command.claude.sessions.sync":"同步變更","github.copilot.command.clearMemories":"清除所有記憶檔案","github.copilot.command.cli.compact.description":"透過壓縮交談歷程記錄來釋放上下文空間","github.copilot.command.cli.fleet.description":"啟用機群模式以執行平行子代理程式","github.copilot.command.cli.newSession":"新增 Copilot CLI 工作階段","github.copilot.command.cli.newSessionToSide":"新增 Copilot CLI 工作階段至側邊","github.copilot.command.cli.openInCopilotCLI":"在 GitHub Copilot CLI 中開啟","github.copilot.command.cli.plan.description":"在編碼前建立實作計畫","github.copilot.command.cli.remote.description":"顯示遠端控制狀態，或使用 /remote on 和 /remote off","github.copilot.command.cli.sessions.commitToRepository":"提交檔案至存放庫","github.copilot.command.cli.sessions.commitToWorktree":"將檔案提交到工作樹","github.copilot.command.cli.sessions.copyWorktreeBranchName":"複製工作階段分支名稱","github.copilot.command.cli.sessions.openRepository":"開啟存放庫","github.copilot.command.cli.sessions.openWorktreeInNewWindow":"在新視窗中開啟工作階段","github.copilot.command.cli.sessions.openWorktreeInTerminal":"在終端機中開啟工作階段","github.copilot.command.cli.sessions.rename":"重新命名...","github.copilot.command.cli.sessions.resumeInTerminal":"在終端機中繼續","github.copilot.command.cli.sessions.setTitle":"設定標題","github.copilot.command.closeChatSessionPullRequest.title":"關閉提取要求","github.copilot.command.cloudSessions.clearCaches.title":"清除雲端代理程式快取","github.copilot.command.cloudSessions.createPullRequestForTask.title":"Create Pull Request","github.copilot.command.cloudSessions.openPullRequestForTask.title":"Open Pull Request","github.copilot.command.cloudSessions.openRepository.title":"瀏覽存放庫...","github.copilot.command.codeReviewRun":"執行檢閱","github.copilot.command.collectDiagnostics":"聊天診斷","github.copilot.command.collectWorkspaceIndexDiagnostics":"收集工作區索引診斷","github.copilot.command.compactConversation":"精簡交談","github.copilot.command.continueReviewInChat":"在聊天面板中檢視","github.copilot.command.continueReviewInInlineChat":"捨棄並複製到內嵌聊天","github.copilot.command.deleteAgentSession":"刪除...","github.copilot.command.deleteExternalIngestWorkspaceIndex":"刪除外部內嵌程式碼基底索引","github.copilot.command.discardAllReviewSuggestion":"全部捨棄","github.copilot.command.discardReviewSuggestion":"捨棄","github.copilot.command.discardReviewSuggestionAndNext":"捨棄並移至下一個","github.copilot.command.explainTerminalLastCommand":"說明最後一個終端機命令","github.copilot.command.explainThis":"說明","github.copilot.command.extensionState":"記錄擴充狀態","github.copilot.command.fixTestFailure":"修正測試失敗","github.copilot.command.fixThis":"修正","github.copilot.command.generateConfiguration":"產生偵錯設定","github.copilot.command.generateSTest":"從上次聊天要求產生 STest","github.copilot.command.generateThis":"產生此項","github.copilot.command.gotoNextReviewSuggestion":"下一個建議","github.copilot.command.gotoPreviousReviewSuggestion":"上一個建議","github.copilot.command.helpfulReviewSuggestion":"有幫助","github.copilot.command.inlineEdit.clearCache":"清除內嵌建議快取","github.copilot.command.inlineEdit.reportNotebookNESIssue":"報告筆記本內嵌建議問題","github.copilot.command.installPRExtension.title":"安裝 [GitHub 提取要求] 擴充功能","github.copilot.command.logWorkbenchState":"記錄 Workbench 狀態","github.copilot.command.openCopilotAgentSessionsInBrowser":"在瀏覽器中開啟","github.copilot.command.openMemoryFolder":"開啟記憶體資料夾","github.copilot.command.openUserPreferences":"開啟使用者喜好設定","github.copilot.command.openWalkthrough":"開啟逐步解說","github.copilot.command.rerunWithCopilotDebug":"偵錯最後一個終端機命令","github.copilot.command.resetCloudAgentWorkspaceConfirmations":"重設雲端代理程式工作區確認","github.copilot.command.resetVirtualToolGroups":"重設虛擬工具群組","github.copilot.command.reviewAndComment":"檢閱","github.copilot.command.reviewChanges":"程式碼檢閱 - 未認可的變更","github.copilot.command.reviewFileChange":"檢閱變更","github.copilot.command.reviewStagedChanges":"程式碼檢閱 - 暫存變更","github.copilot.command.reviewUnstagedChanges":"程式碼檢閱 - 未暫存變更","github.copilot.command.sendChatFeedback":"傳送聊天意見反應","github.copilot.command.sessionSync.deleteSessions":"刪除工作階段同步資料","github.copilot.command.sessions.commit":"認可變更","github.copilot.command.sessions.commitAndSync":"提交並同步變更","github.copilot.command.sessions.discardChanges":"捨棄變更","github.copilot.command.sessions.initializeRepository":"初始化存放庫","github.copilot.command.sessions.refreshChanges":"重新整理","github.copilot.command.sessions.sync":"同步變更","github.copilot.command.showChatLogView":"顯示聊天偵錯檢視","github.copilot.command.showContextInspectorView":"檢查語言內容","github.copilot.command.showMemories":"顯示記憶檔案","github.copilot.command.showNotebookLog":"顯示聊天記錄筆記本","github.copilot.command.showOutputChannel":"顯示輸出通道","github.copilot.command.togglePowerSaveBlocker":"切換省電封鎖程式","github.copilot.command.triggerPermissiveSignIn":"以完整權限登入 GitHub","github.copilot.command.unhelpfulReviewSuggestion":"沒有幫助","github.copilot.command.validateNesRename":"驗證 NES 重新命名","github.copilot.completions.chat.enabled":"Whether to enable inline completions in chat.","github.copilot.config.additionalReadAccessPaths":"一份 Copilot Chat 允許讀取且不需確認的工作區外絕對資料夾路徑清單。編輯作業仍限制於工作區內。","github.copilot.config.agent.backgroundTodoAgent.enabled":"啟用背景待辦事項代理程式，在代理程式工作階段期間自動維護待辦事項清單。\n\n**注意**: 這是進階實驗性設定。","github.copilot.config.agent.currentEditorContext.enabled":"啟用後，Copilot 將會在 Agent 模式的內容中納入當前活動編輯器的名稱。","github.copilot.config.agent.largeToolResultsToDisk.enabled":"啟用後，大型工具結果會寫入磁碟，而非直接包含在內容中，有助於管理內容視窗的使用。","github.copilot.config.agent.largeToolResultsToDisk.thresholdBytes":"工具結果寫入磁碟的大小閾值 (位元組)。僅當 largeToolResultsToDisk.enabled 設為 true 時適用。","github.copilot.config.agent.longToolCallCachePreservation.enabled":"啟用時，在長時間執行的工具呼叫期間會定期傳送保持運作探查，讓伺服器端提示快取保持暖機狀態。","github.copilot.config.agent.longToolCallCachePreservation.maxProbes":"在放棄之前，要在長時間執行的工具呼叫期間傳送的保持運作探查數目上限。","github.copilot.config.agent.omitFileAttachmentContents":"在 Agent 模式下，從檔案附件中省略摘要的檔案內容，以促使代理程式正確閱讀並探索。","github.copilot.config.agent.temperature":"Agent 模式要求的溫度設定。","github.copilot.config.agentHistorySummarizationMode":"代理程式歷程記錄摘要模式。","github.copilot.config.alternateGeminiModelFPrompt.enabled":"啟用 Gemini 模型 F 的實驗性替代提示，而非預設提示。","github.copilot.config.alternateGptPrompt.enabled":"啟用 GPT 模型的實驗性替代提示，而非預設提示。","github.copilot.config.anthropic.contextEditing.mode":"選取 Anthropic 模型的上下文編輯模式。系統會隨著對話內容的增加自動管理上下文，有助於優化成本並維持在上下文視窗限制內。\n\n- `off`: 停用上下文編輯功能。\n- `clear-thinking`: 清除思考區塊，同時保留工具使用。\n- `clear-tooluse`: 清除工具使用，同時保留思考區塊。\n- `clear-both`: 同時清除思考區塊與工具使用。\n\n**注意**: 此功能為實驗性質。上下文編輯可能會導致額外的快取重寫，請謹慎啟用。請謹慎啟用。","github.copilot.config.anthropic.promptCaching.extendedTtl":"針對 Anthropic Messages API，在工具和系統區塊上使用延伸 (1 小時) 提示快取 TTL。已套用至 Claude Opus 4.5/4.6/4.7 和 Sonnet 4.5/4.6 變體；即使已啟用此設定，其他模型會保留預設 5 分鐘 TTL。\n\n**注意**: 此功能為實驗性質。只有主要代理程式交談符合資格 — 排除內嵌聊天、終端機聊天、筆記本聊天和子代理程式要求。","github.copilot.config.anthropic.promptCaching.extendedTtlMessages":"此外，將 1 小時提示快取 TTL 延伸至訊息層級中斷點。需要啟用 `chat.anthropic.promptCaching.extendedTtl`；本身沒有作用。\n\n**注意**: 此功能為實驗性質。","github.copilot.config.anthropic.tools.websearch.allowedDomains":"要限制 Web 搜尋結果的網域清單 (例如 `[\"example.com\", \"docs.example.com\"]`)。網域不應包含 HTTP/HTTPS 配置。將自動包含子網域。不可與 `#github.copilot.chat.anthropic.tools.websearch.blockedDomains#` 一併使用；同時設定兩者會導致 Web 搜尋要求失敗。","github.copilot.config.anthropic.tools.websearch.blockedDomains":"要從 Web 搜尋結果排除的網域清單 (例如 `[\"untrustedsource.com\"]`)。網域不應包含 HTTP/HTTPS 配置。將自動排除子網域。不可與 `#github.copilot.chat.anthropic.tools.websearch.allowedDomains#` 一併使用；同時設定兩者會導致 Web 搜尋要求失敗。","github.copilot.config.anthropic.tools.websearch.enabled":"啟用 Anthropic 原生的網路搜尋工具，適用於 BYOK Claude 模型。啟用後，Claude 可搜尋網路上的最新資訊。\n\n**注意**：此功能為實驗性功能，僅限 BYOK Anthropic Claude 模型使用。","github.copilot.config.anthropic.tools.websearch.maxUses":"每個要求允許的 Web 搜尋數目上限。有效的範圍是 1 到 20。防止在單一互動中過度呼叫 API。如果 Claude 超過此限制，回應會傳回錯誤。","github.copilot.config.anthropic.tools.websearch.userLocation":"根據地理內容個人化 Web 搜尋結果的使用者位置。所有欄位 (城市、地區、國家/地區、時區) 都是選用的。範例: `{\"city\": \"San Francisco\", \"region\": \"California\", \"country\": \"US\", \"timezone\": \"America/Los_Angeles\"}`","github.copilot.config.askAgent.additionalTools":"在內建唯讀工具之外，可為 Ask 代理程式啟用的額外工具。請使用完整工具名稱 (例如: `github/issue_read`、`mcp_server/tool_name`)。","github.copilot.config.askAgent.model":"覆寫 Ask 代理程式所使用的語言模型。保留空白以使用預設模型。","github.copilot.config.autoFix":"自動修正已編輯檔案的診斷。","github.copilot.config.backgroundAgent.enabled":"啟用 Copilot CLI。停用後，Copilot CLI 將不會在「繼續於」快顯功能表中提供。","github.copilot.config.chat.agent.modelDetails.enabled":"在使用 Copilot CLI 或 VS Code 中的 Claude 代理程式時，於代理程式聊天回應中顯示模型詳細資料 (模型名稱和要求乘數)。需要重新載入 VS Code 才能更新已載入的工作階段。","github.copilot.config.chat.agentDebugLog.enabled":"已棄用: 請改用 `github.copilot.chat.agentDebugLog.fileLogging.enabled`。","github.copilot.config.chat.agentDebugLog.enabled.deprecated":"此設定已合併至 `github.copilot.chat.agentDebugLog.fileLogging.enabled`。請改用此設定。","github.copilot.config.chat.agentDebugLog.fileLogging.enabled":"啟用代理程式偵錯記錄: 將聊天偵錯活動 (工具呼叫、LLM 要求、Token 使用、錯誤) 寫入 JSONL 檔案，以供偵錯面板和疑難排解技能使用。需要重新載入視窗才能生效。","github.copilot.config.chat.agentDebugLog.fileLogging.flushIntervalMs":"緩衝的偵錯記錄項目多久會排清到磁碟 (以毫秒為單位)。較低的數值能提供更即時的記錄，但會增加磁碟寫入頻率。","github.copilot.config.chat.agentDebugLog.fileLogging.maxRetainedSessionLogs":"在磁碟上保留的聊天偵錯工作階段記錄目錄的數量上限。每個聊天工作階段會產生一個目錄。超過此限制時，較舊的工作階段記錄會自動刪除。","github.copilot.config.chat.agentDebugLog.fileLogging.maxSessionLogSizeMB":"單一聊天偵錯工作階段記錄檔的大小上限 (以 MB 為單位)。當記錄超過此大小時，會截斷較舊的項目以保留最新資料。預設為 100 MB。","github.copilot.config.claude47OpusPrompt.enabled":"啟用針對 Claude Opus 4.7 模型調整的更新系統提示。","github.copilot.config.claudeAgent.allowAutoPermissions":"允許自動權限模式，此模式使用模型分類器來自動核准或拒絕工具作業。[深入了解](https://aka.ms/vscode-claude-auto-mode)。","github.copilot.config.claudeAgent.allowDangerouslySkipPermissions":"允許旁路權限模式。建議僅在無網際網路存取的沙箱環境中使用。","github.copilot.config.claudeAgent.enabled":"在 VS Code 中啟用 Claude Agent 工作階段。直接在編輯器中開始和繼續 Anthropic 的 Claude Agent SDK 所提供的代理程式程式碼編寫工作階段。使用您現有的 Copilot 訂用帳戶。","github.copilot.config.claudeAgent.sdkExtensionInstallTimeout":"從 Marketplace 載入 Claude Agent SDK 時，等待安裝並偵測到 `ms-vscode.vscode-claude-sdk` 延伸模組的時間上限 (以毫秒為單位)。","github.copilot.config.claudeAgent.useSdkExtension":"從 `ms-vscode.vscode-claude-sdk` 延伸模組 (隨選安裝) 載入 Claude Agent SDK，而不是與 Copilot Chat 搭售的版本。","github.copilot.config.cli.aiGenerateBranchNames.enabled":"在 Copilot CLI 中啟用 AI 產生的分支名稱。","github.copilot.config.cli.autoCommit.enabled":"啟用 Copilot CLI 的自動提交。啟用後，Copilot CLI 所做的變更會在每個回合結束時自動提交到存放庫。","github.copilot.config.cli.autoModel.enabled":"在 Copilot CLI 中啟用自動模型選項，會自動為每個要求選取最佳模型。需要重新載入 VS Code。","github.copilot.config.cli.branchSupport.enabled":"啟用 Copilot CLI 的分支支援。","github.copilot.config.cli.forkSessions.enabled":"在 Copilot CLI 中啟用分支工作階段。","github.copilot.config.cli.isolationOption.enabled":"啟用 Copilot CLI 的隔離模式選項。啟用後，使用者可在 [工作樹] 與 [工作區] 模式間選擇。","github.copilot.config.cli.lazyLoadSessionItem.enabled":"在 Copilot CLI 中啟用工作階段項目的延遲載入。需要重新載入 VS Code。","github.copilot.config.cli.mcp.enabled":"啟用 Copilot CLI 的模型內容通訊協定 (MCP) 伺服器。","github.copilot.config.cli.planCommand.enabled":"在 Copilot CLI 中啟用 /plan 命令，以便在編碼前建立實作計劃。","github.copilot.config.cli.planExitMode.enabled":"在 Copilot CLI 中啟用計劃模式退出處理。","github.copilot.config.cli.remote.enabled":"啟用 Copilot CLI 工作階段的 /remote 命令，讓您可從 GitHub.com 及 GitHub 行動裝置應用程式檢視並引導。","github.copilot.config.cli.sandbox.enabled":"Run Copilot CLI tools (such as the terminal) inside a sandbox to limit what they can access on your system.","github.copilot.config.cli.sandbox.enabled.allowNetworkDescription":"Enable sandboxing for Copilot CLI tools and allow all network domains.","github.copilot.config.cli.sandbox.enabled.offDescription":"Disable sandboxing for Copilot CLI tools.","github.copilot.config.cli.sandbox.enabled.onDescription":"Enable sandboxing for Copilot CLI tools.","github.copilot.config.cli.sessionController.enabled":"啟用用於 Copilot CLI 的新工作階段控制器 API。需要重新載入 VS Code。","github.copilot.config.cli.sessionControllerForSessionsApp.enabled":"啟用用於工作階段應用程式的新工作階段控制器 API。需要重新載入 VS Code。","github.copilot.config.cli.showExternalSessions":"顯示其他應用程式建立的工作階段。","github.copilot.config.cli.terminalLinks.enabled":"在 Copilot CLI 終端機中啟用進階可點選檔案連結。針對工作階段狀態目錄解析相對路徑。需要重新載入 VS Code。","github.copilot.config.cli.thinkingEffort.enabled":"在 Copilot CLI 中啟用語言模型的思考功能。","github.copilot.config.cloudAgent.enabled":"啟用雲端代理程式。停用後，雲端代理程式將不會在「繼續進入」的快顯功能表中提供。","github.copilot.config.cloudAgentBackend.version":"選取雲端 Agent 用來建立和管理雲端工作階段的後端。此設定屬於實驗性，有可能變更。變更會在重新載入視窗後生效。","github.copilot.config.cloudAgentBackend.version.v1":"使用舊版工作 API 後端。","github.copilot.config.cloudAgentBackend.version.v2":"使用新的任務控制工作 API 後端。","github.copilot.config.codeGeneration.instruction.file":"將新增至產生程式碼的 Copilot 要求的檔案路徑。您可以選擇性地指定指示的語言。","github.copilot.config.codeGeneration.instruction.text":"將新增至產生程式碼的 Copilot 要求的文字指示。您可以選擇性地指定指示的語言。","github.copilot.config.codeGeneration.instructions":"將新增一組指示至 Copilot 要求，以產生程式碼。\n指示可能來自:\n- 工作區中的檔案: `{ \"file\": \"fileName\" }`\n- 自然語言的文字: `{ \"text\": \"Use underscore for field names.\" }`\n\n注意: 請保持指示簡短且精確。不良的指示可能會降低 Copilot 的品質和表現。","github.copilot.config.codeGeneration.instructions.deprecated":"請改用指示檔案。如需詳細資訊，請參閱 https://aka.ms/vscode-ghcp-custom-instructions。","github.copilot.config.codeGeneration.useInstructionFiles":"控制來自 '.github/copilot-instructions.md' 的程式碼指示是否要新增到 Copilot 要求。\n\n注意: 請讓您的指示保持簡短且精確。不良的指示可能會降低 Copilot 的品質和效能。[深入了解](https://aka.ms/github-copilot-custom-instructions) 關於自訂 Copilot 的資訊。","github.copilot.config.codesearch.agent.enabled":"在 Agent 模式中啟用程式碼搜尋功能。","github.copilot.config.codesearch.enabled":"使用 `#codebase` 時是否啟用代理程式碼搜索。","github.copilot.config.commitMessageGeneration.instruction.file":"將會新增至 Copilot 要求以產生認可訊息且包含指示的一個檔案路徑。","github.copilot.config.commitMessageGeneration.instruction.text":"將會新增至 Copilot 要求以產生認可訊息的文字指示。","github.copilot.config.commitMessageGeneration.instructions":"將會新增至 Copilot 要求以產生認可訊息的一組指示。\n指示可能來自:\n- 工作區中的檔案: `{ \"file\": \"fileName\" }`\n- 自然語言文字: `{ \"text\": \"Use conventional commit message format.\" }`\n\n注意: 請讓您的指示保持簡短且精確。不良的指示可能會降低 Copilot 的品質和效能。","github.copilot.config.completionsFetcher":"設定用於內嵌完成的擷取程式。","github.copilot.config.conversationCompaction.model":"Override the model used for conversation-history compaction. When `usePrismCompaction` is enabled, defaults to `trajectory-compaction`. When `usePrismCompaction` is disabled, an empty value preserves the main agent model.","github.copilot.config.conversationCompaction.prismModelFilter":"Comma-separated list of CAPI model IDs (case-insensitive, substring matched against the agent endpoint's model and family) that opt into prism compaction. Only takes effect when `usePrismCompaction` is enabled. An empty value applies prism to all models.","github.copilot.config.conversationCompaction.usePrismCompaction":"Route conversation-history compaction (both foreground `/compact` and background auto-compaction) to the dedicated `trajectory-compaction` model instead of the main agent model.","github.copilot.config.customInstructionsInSystemMessage":"啟用時，自訂指示和模式指示將附加到系統訊息，而非使用者訊息。","github.copilot.config.debug.overrideChatEngine":"覆寫聊天模型。這可讓您測試不同的模型。\n\n**注意**: 這是進階偵錯設定，自行託管時不應使用，因為可能導致與終端使用者不同的體驗。","github.copilot.config.debug.requestLogger.maxEntries":"要求記錄器中用於偵錯的項目數量上限。","github.copilot.config.debugTerminalCommandPatterns":"偵錯終端中應顯示「偵錯命令」快速修正作業的命令清單。","github.copilot.config.debugTerminalCommands":"是否快速修正偵錯終端和 `copilot-debug` 命令中的提示。","github.copilot.config.editRecording.enabled":"啟用編輯記錄以進行分析。","github.copilot.config.edits.enabled":"是否要啟用 Copilot 編輯功能。","github.copilot.config.editsNewNotebook.enabled":"是否要在 Copilot Edits 中啟用新的筆記本工具。","github.copilot.config.enableAskAgent":"啟用 [詢問代理程式] 以回答問題。","github.copilot.config.enableCodeActions":"控制 Copilot 命令在可用時是否顯示為 Code Actions","github.copilot.config.enableReadFileV2":"啟用讀取檔案工具第 2 版。","github.copilot.config.enableUserPreferences":"啟用在 Agent 模式中記住用戶喜好設定。","github.copilot.config.executionSubagent.enabled":"在 Copilot Chat 中啟用執行子代理程式工具。執行子代理程式用於執行終端機命令，以完成基於執行的工作。它由 Google 的 Gemini-3-Flash 模型提供支援。","github.copilot.config.executionSubagent.model":"Copilot Chat 中執行子代理程式工具所使用的模型。啟用 useAgenticProxy 時，預設為 'exec-subagent-router-a'。否則預設為 gemini-3-flash。","github.copilot.config.executionSubagent.toolCallLimit":"執行期間可呼叫 [執行子代理程式] 的工具數目上限。","github.copilot.config.executionSubagent.useAgenticProxy":"對執行子代理程式使用代理程式 Proxy 端點。","github.copilot.config.experimental.testGeneration.instruction.file":"將新增至產生測試的 Copilot 要求的檔案路徑。您可以選擇性地指定指示的語言。","github.copilot.config.experimental.testGeneration.instruction.text":"將新增至產生測試的 Copilot 要求的文字指示。您可以選擇性地指定指示的語言。","github.copilot.config.exploreAgent.enabled":"啟用 Explore (程式碼研究) 子代理程式。","github.copilot.config.exploreAgent.model":"覆寫探索子代理程式所使用的語言模型。預設為快速且小型的模型。保留空白則使用內建的後援清單。","github.copilot.config.feedback.onChange":"啟用對設定變更的意見反應收集。","github.copilot.config.gemini35FlashReducedToolUsePrompt.enabled":"Enables an experimental prompt for Gemini 3.5 Flash that instructs the model to minimize tool calls to reduce token usage.","github.copilot.config.gemini3GetChangedFilesTool.enabled":"為 gemini-3 模型啟用 Get Changed Files 工具。","github.copilot.config.gemini3LowReasoningEffort.enabled":"將 Gemini-3 模型的推理工作量設為低。","github.copilot.config.getChangedFilesTool.enabled":"在 Copilot Chat 中啟用 Get Changed Files 工具。啟用後，代理程式可以透過專用工具擷取目前變更的 git 差異。","github.copilot.config.githubMcpServer.channel":"選取 GitHub MCP 伺服器的頻道。設定為測試人員時，可啟用可能因社群意見反應而變更或移除的實驗性功能。[深入了解](https://aka.ms/vscode-gh-mcp-channel)。","github.copilot.config.githubMcpServer.channel.insiders":"連接具備實驗性功能的 GitHub MCP 伺服器測試人員版本。","github.copilot.config.githubMcpServer.channel.stable":"請使用 GitHub MCP 伺服器的穩定版本。","github.copilot.config.githubMcpServer.enabled":"啟用 GitHub MCP 伺服器的內建支援。","github.copilot.config.githubMcpServer.lockdown":"啟用 GitHub MCP 伺服器的鎖定模式。啟用後，會隱藏由無推送存取的使用者建立的公開問題詳細資料。[了解詳情](https://aka.ms/vscode-gh-mcp-toolsets)。","github.copilot.config.githubMcpServer.readonly":"啟用 GitHub MCP 伺服器的唯讀模式。啟用後，僅提供讀取工具。[了解詳情](https://aka.ms/vscode-gh-mcp-readonly)。","github.copilot.config.githubMcpServer.toolsets":"指定從 GitHub MCP 伺服器使用的工具集。[了解詳情](https://aka.ms/vscode-gh-mcp-toolsets)。","github.copilot.config.gpt55EconomicalSearchAndEdit.enabled":"為 gpt-5.5 模型啟用節省成本的搜尋和編輯指令。","github.copilot.config.gpt55GetChangedFilesTool.enabled":"為 gpt-5.5 模型啟用 Get Changed Files 工具。","github.copilot.config.gpt55LargePromptSections.enabled":"為 gpt-5.5 模型啟用額外的 gpt-5.4 大型提示區段。","github.copilot.config.gpt55ReadFileTool.enabled":"啟用 gpt-5.5 模型的讀取檔案工具。","github.copilot.config.gpt5AlternativePatch":"啟用 GPT-5 替代修補格式。","github.copilot.config.gpt5CodexAlternatePrompt":"指定用於 GPT-5-Codex 模型的實驗性替代提示。","github.copilot.config.imageUpload.enabled":"啟用在聊天要求中使用影像上傳 URL，而不是原始 base64 字串。","github.copilot.config.implementAgent.model":"從方案 Agent 的交接開始實作時，覆寫所使用的語言模型。請使用格式 `Model Name (vendor)` (例如，`GPT-5 (copilot)`)。保留空白以使用預設模型。","github.copilot.config.inlineChat.enableThinking":"控制是否為內嵌聊天要求啟用思考/推理。停用時，會隱藏推理摘要以加快回應速度。","github.copilot.config.inlineChat.reasoningEffort":"控制內嵌聊天要求的推理能力程度。數值越低，回應越快且使用的推理 token 越少。支援的數值依模型而異。","github.copilot.config.inlineEdits.chatSessionContextProvider.enabled":"啟用聊天工作階段內容提供者，以便進行下一個編輯建議。","github.copilot.config.inlineEdits.diagnosticsContextProvider.enabled":"啟用診斷內容提供者，以便進行下一個編輯建議。","github.copilot.config.inlineEdits.nextCursorPrediction.currentFileMaxTokens":"下一個游標預測中，目前檔案的 Token 數量上限。","github.copilot.config.inlineEdits.nextCursorPrediction.displayLine":"顯示預測游標行，以獲取下一個編輯建議。","github.copilot.config.inlineEdits.renameSymbolSuggestions":"在內嵌編輯中啟用重新命名符號建議。","github.copilot.config.inlineEdits.triggerOnEditorChangeAfterSeconds":"編輯器閒置達此秒數後，觸發內嵌編輯。","github.copilot.config.installExtensionSkill.enabled":"是否要啟用 Copilot 的安裝擴充技能。","github.copilot.config.instantApply.shortContextLimit":"簡短內容即時套用的 Token 數量限制。","github.copilot.config.instantApply.shortContextModelName":"簡短內容即時套用的模型名稱。","github.copilot.config.localIndex.enabled":"啟用本機工作階段追蹤。啟用後，Copilot 會在本機追蹤 /chronicle 命令的工作階段資料。","github.copilot.config.localWorkspaceRecording.enabled":"啟用本機工作區記錄以進行分析。","github.copilot.config.localeOverride":"指定 Copilot 應該回應的地區設定，例如 'en' 或 'fr'。根據預設，Copilot 會使用 VS Code 所設定的顯示語言地區設定來回應。","github.copilot.config.modelCapabilityOverrides":"每個模型的功能會覆寫金鑰型模型識別碼，用於根據現有模型的功能設定檔來評估預覽和租用戶模型。針對每個模型識別碼，宣告別名化 `family`。將 `family` 設定為已知的生產系列 (例如 `\"claude-opus-4.7\"`)，讓模型接收該系列的完整功能設定檔 — Anthropic 系列偵測、最新的 Opus 提示、多重取代工具、工具搜尋、內容編輯、延伸的快取 TTL，而不需要變更程式碼。\n\n**注意**: 這是評估用途的進階設定；它不適合用於一般使用者設定。","github.copilot.config.nesFetcher":"設定用於下一個編輯建議的擷取程式。","github.copilot.config.newWorkspace.useContext7":"是否使用 [Context7](command:github.copilot.mcp.viewContext7) 工具來為新工作區建立 Scaffold 專案。","github.copilot.config.newWorkspaceCreation.enabled":"是否要啟用新的代理程式工作區建立。","github.copilot.config.nextEditSuggestions.eagerness":"控制下一個編輯建議顯示的積極程度。數值越高，建議顯示得越多且延遲越短。","github.copilot.config.nextEditSuggestions.eagerness.auto":"自動判斷熱忱程度。","github.copilot.config.nextEditSuggestions.eagerness.auto.label":"自動","github.copilot.config.nextEditSuggestions.eagerness.high":"以最短延遲顯示更多建議。","github.copilot.config.nextEditSuggestions.eagerness.high.label":"高","github.copilot.config.nextEditSuggestions.eagerness.low":"以較長延遲顯示較少建議。","github.copilot.config.nextEditSuggestions.eagerness.low.label":"低","github.copilot.config.nextEditSuggestions.eagerness.medium":"建議頻率與延遲的平衡。","github.copilot.config.nextEditSuggestions.eagerness.medium.label":"中","github.copilot.config.nextEditSuggestions.preferredModel":"下一個編輯建議的偏好模型。","github.copilot.config.notebook.alternativeFormat":"筆記本的替代文件格式。","github.copilot.config.notebook.alternativeNESFormat.enabled":"啟用筆記本中 [下一個編輯建議] 的替代格式。","github.copilot.config.notebook.enhancedNextEditSuggestions":"控制是否在筆記本儲存格中使用增強的方法來生成下一個編輯建議。","github.copilot.config.notebook.followCellExecution":"控制從 Copilot 執行時，目前執行的儲存格是否會在檢視區中顯示。","github.copilot.config.notebook.inlineEditAgent.enabled":"從筆記本內嵌聊天小工具啟用類似代理程式的行為。","github.copilot.config.notebook.summaryExperimentEnabled":"啟用筆記本摘要實驗。","github.copilot.config.notebook.variableFilteringEnabled":"啟用根據儲存格文件符號篩選變數。","github.copilot.config.omitBaseAgentInstructions":"省略提示中的基本代理程式指示。","github.copilot.config.organizationCustomAgents.enabled":"啟用後，Copilot 將載入由您的 GitHub 組織定義的自訂代理程式。","github.copilot.config.organizationInstructions.enabled":"啟用後，Copilot 將載入由您的 GitHub 組織定義的自訂指令。","github.copilot.config.planAgent.additionalTools":"在內建工具之外，可為計畫代理程式啟用的額外工具。請使用完整工具名稱 (例如: `github/issue_read`、`mcp_server/tool_name`)。","github.copilot.config.projectLabels.chat":"在聊天要求中添加專案標籤。","github.copilot.config.projectLabels.expanded":"在提示中使用擴展格式來標示專案標籤。","github.copilot.config.projectLabels.inline":"在內嵌編輯要求中新增專案標籤。","github.copilot.config.promptFileContextProvider.enabled":"啟用提示檔案內容提供者。","github.copilot.config.pullRequestDescriptionGeneration.instruction.file":"將會新增至 Copilot 要求以產生提取要求標題和描述且包含指示的一個檔案路徑。","github.copilot.config.pullRequestDescriptionGeneration.instruction.text":"將會新增至 Copilot 要求的文字指示，用以產生提取要求的標題與描述。","github.copilot.config.pullRequestDescriptionGeneration.instructions":"一組將會新增至 Copilot 要求的指示，用以產生提取要求的標題與描述。\n指示可能來自:\n- 工作區中的檔案: `{ \"file\": \"fileName\" }`\n- 採用自然語言的文字: `{ \"text\": \"Always include a list of key changes.\" }`\n\n注意: 保持指示簡短且精確。不良的指示可能會降低 Copilot 的品質和效能。","github.copilot.config.rateLimitAutoSwitchToAuto":"當您達到每個模型的要求率上限時，系統會自動切換到自動模型並重新嘗試。","github.copilot.config.renameSuggestions.triggerAutomatically":"控制 Copilot 是否會產生重新命名的建議","github.copilot.config.responsesApi.persistentCoT.enabled":"Enables persistent chain of thought for supported Responses API models.","github.copilot.config.responsesApi.promptCacheKey.enabled":"啟用為回應 API 設定的提示快取金鑰。","github.copilot.config.responsesApiContextManagement.enabled":"啟用回應 API 的內容管理。需要 `#github.copilot.chat.useResponsesApi#`。","github.copilot.config.responsesApiReasoningSummary":"設定用於回應 API 的推理摘要樣式。需要 `#github.copilot.chat.useResponsesApi#`。","github.copilot.config.review.intent":"啟用程式碼審查的意圖偵測。","github.copilot.config.reviewAgent.enabled":"啟用程式碼檢閱代理程式。","github.copilot.config.reviewSelection.enabled":"啟用目前選取項目的程式碼檢閱。","github.copilot.config.reviewSelection.instruction.file":"將新增到 Copilot 要求的檔案路徑，提供目前選取項目的程式碼檢閱。您可以選擇性地指定指示的語言。","github.copilot.config.reviewSelection.instruction.text":"將新增到 Copilot 要求的文字指示，提供目前選取項目的程式碼檢閱。您可以選擇性地指定指示的語言。","github.copilot.config.reviewSelection.instructions":"將新增到 Copilot 要求的一組文字指示，提供目前選取項目的程式碼檢閱。\n指示可能來自:\n- 工作區中的檔案: `{ \"file\": \"fileName\" }`\n- 自然語言文字: `{ \"text\": \"Use underscore for field names.\" }`\n\n注意: 請保持指示簡短且精確。不良的指示可能會降低 Copilot 的有效性。","github.copilot.config.scopeSelection":"如果使用者使用 `/explain` 並且使用中編輯器沒有選取，是否提示使用者選取特定符號範圍。","github.copilot.config.searchSubagent.enabled":"啟用搜尋子代理程式工具，以便在工作區中進行迭代式程式碼探索。","github.copilot.config.searchSubagent.model":"要用於搜尋子代理程式的模型。啟用 useAgenticProxy 時，預設為 'vscode-agentic-search-router-a'。否則預設使用主要代理程式模型。","github.copilot.config.searchSubagent.thoroughnessEnabled":"在搜尋子代理程式工具上啟用 thoroughness 參數。啟用後，呼叫者可傳遞 'normal' 或 'deep'，分別將允許的工具呼叫次數調整為基準 toolCallLimit 的 1 倍或 2 倍。","github.copilot.config.searchSubagent.toolCallLimit":"探索期間可呼叫搜尋子代理程式的工具數目上限。","github.copilot.config.searchSubagent.useAgenticProxy":"使用代理 Proxy 來搜尋子代理程式工具。","github.copilot.config.sessionSearch.cloudSync.enabled":"為工作階段資料啟用雲端同步。啟用後，工作階段資料會同步到您的 Copilot 帳戶，以便跨裝置存取。","github.copilot.config.sessionSearch.cloudSync.excludeRepositories":"要從雲端同步排除的存放庫模式。請使用精確的 `owner/repo` 名稱或通配符模式，如 `my-org/*`。符合條件的存放庫工作階段將僅儲存在本機。","github.copilot.config.sessionSearch.enabled":"啟用工作階段搜尋和 /chronicle 命令。此設定僅限團隊內部使用。","github.copilot.config.sessionSearch.localIndex.enabled":"啟用本機工作階段追蹤。啟用後，Copilot 會在本機追蹤 /chronicle 命令的工作階段資料。","github.copilot.config.setupTests.enabled":"啟用 `/setupTests` 意圖，並在產生 `/tests' 時提示。","github.copilot.config.skill.enabled":"在 Copilot Chat 中啟用技能工具。啟用後，技能將透過專用技能工具而非 readFile 來叫用。","github.copilot.config.summarizeAgentConversationHistory.enabled":"是否在內容視窗填入後自動壓縮代理程式交談歷程記錄。","github.copilot.config.summarizeAgentConversationHistoryThreshold":"壓縮代理程式交談歷程記錄的閾值。指定模型內容視窗的比率 (大於 `0` 且最多為 `1` 的值，例如 `0.8` 會壓縮為 80%) 或絕對語彙基元計數 (`100` 或更大的值，例如 `60000`)。保留未設置以使用模型的完整內容視窗。","github.copilot.config.switchAgent.enabled":"允許代理程式切換至方案代理程式進行研究、探索和規劃工作。","github.copilot.config.terminalChatLocation":"控制應該開啟來自終端機的聊天查詢的位置。","github.copilot.config.terminalChatLocation.chatView":"開啟聊天檢視。","github.copilot.config.terminalChatLocation.quickChat":"開啟快速聊天。","github.copilot.config.terminalChatLocation.terminal":"開啟終端機內嵌聊天","github.copilot.config.testGeneration.instructions":"將新增至產生測試的 Copilot 要求的一組指示。\n指示可能來自:\n- 工作區中的檔案: `{ \"file\": \"fileName\" }`\n- 自然語言的文字: `{ \"text\": \"Use underscore for field names.\" }`\n\n注意: 請保持指示簡短且精確。不良的指示可能會降低 Copilot 的品質和表現。","github.copilot.config.testGeneration.instructions.deprecated":"請改用指示檔案。如需詳細資訊，請參閱 https://aka.ms/vscode-ghcp-custom-instructions。","github.copilot.config.tools.defaultToolsGrouped":"在提示中將預設工具分組。","github.copilot.config.tools.viewImage.enabled":"啟用檢視影像工具，讓代理程式能瀏覽 png、jpg、jpeg、gif 和 webp 等影像檔案。","github.copilot.config.updated53CodexPrompt.enabled":"啟用 gpt-5.3-codex 模型的更新提示。","github.copilot.config.useMessagesApi":"受支援時，請使用 Message API 取代聊天完成 API。","github.copilot.config.useProjectTemplates":"使用 '/new' 時，使用相關的 GitHub 專案作為入門專案","github.copilot.config.useResponsesApi":"受支援時，請使用回應 API 取代聊天完成 API。啟用推理及推理摘要。\n\n**注意**: 這是實驗性功能，尚未提供所有使用者使用。\n\n**重要**: 對於自訂端點模型，API 類型與此設定無關，而且經由每個模型的 `apiType` 屬性決定；若省略，則從 `url` 路徑推斷。","github.copilot.config.useResponsesApiTruncation":"使用 Responses API 進行截斷。","github.copilot.config.virtualTools.threshold":"此設定定義應使用的虛擬工具的工具數量。虛擬工具會將類似的一組工具分組，並允許模型按需啟用它們。某些工具群組將會樂觀地預先啟用。我們正在積極開發此功能，當達到閾值時，您會遇到降級的工具呼叫。\n\n可設定為 `0` 以停用虛擬工具。","github.copilot.config.workspace.codeSearchExternalIngest.enabled":"在此工作區中啟用語意程式碼基底搜尋的外部擷取。此設定可用於啟用/停用外部擷取，但您的 Copilot Enterprise 或 Copilot 訂閱原則最終會控制可用性。[深入了解外部擷取原則](https://aka.ms/vscode-external-ingest-policy)。","github.copilot.config.workspace.enableCodeSearch":"在工作區內容中啟用程式碼搜尋。","github.copilot.config.workspace.maxLocalIndexSize":"本機工作區索引的大小下限。","github.copilot.config.workspace.preferredEmbeddingsModel":"語意搜尋的偏好內嵌模型。","github.copilot.config.workspace.prototypeAdoCodeSearchEndpointOverride":"覆寫 Azure DevOps 程式碼搜尋原型的端點。","github.copilot.devcontainer.generateDevContainerConfig":"產生開發容器設定","github.copilot.git.generateCommitMessage":"產生認可訊息","github.copilot.git.resolveMergeConflicts":"使用 AI 解決衝突","github.copilot.icon":"GitHub Copilot 圖示","github.copilot.nextEditSuggestions.allowWhitespaceOnlyChanges":"是否允許下一個編輯建議 (NES) 提出僅包含空白的變更。","github.copilot.nextEditSuggestions.enabled":"是否要啟用下一個編輯建議 (NES)。\n\nNES 可以根據您最近的變更建議下一個編輯。[深入了解](https://aka.ms/vscode-nes) 關於下一個編輯建議。","github.copilot.nextEditSuggestions.extendedRange":"是否允許下一個編輯建議 (NES) 修改距離游標位置較遠的程式碼。","github.copilot.nextEditSuggestions.fixes":"是否要透過下一個編輯建議 (NES) 提供診斷修正。","github.copilot.resetAutomaticCommandExecutionPrompt":"重設自動命令執行提示","github.copilot.session.providerDescription.background":"將工作委派給在您電腦上本機運行的背景代理程式。代理程式可透過聊天迭代，並在 Git 工作樹中非同步作業，使用 GitHub Copilot CLI 實現與主工作區隔離的變更。","github.copilot.session.providerDescription.claude":"將工作委派給您電腦上本機運行的 Claude SDK。代理程式可透過聊天迭代，並非同步執行變更。","github.copilot.session.providerDescription.cloud":"將工作委派給 GitHub Copilot 編碼 Agent。代理程式可透過聊天迭代，並在雲端非同步作業，以根據需要實作變更與提取要求。","github.copilot.submenu.copilot.label":"Copilot","github.copilot.submenu.reviewComment.applyAndNext.label":"套用並移至下一個","github.copilot.submenu.reviewComment.discard.label":"捨棄","github.copilot.submenu.reviewComment.discardAndNext.label":"捨棄並移至下一個","github.copilot.tools.createAndRunTask.description":"在工作區中建立並執行工作","github.copilot.tools.createAndRunTask.name":"建立並執行工作","github.copilot.tools.createAndRunTask.userDescription":"在工作區中建立並執行工作","github.copilot.tools.createNewWorkspace.name":"建立新工作區","github.copilot.tools.createNewWorkspace.userDescription":"在 VS Code 中架起新的工作區","github.copilot.tools.githubRepo.name":"語意搜尋 GitHub 存放庫","github.copilot.tools.githubRepo.userDescription":"在 GitHub 存放庫中語意搜尋相關的原始程式碼片段。您可以使用 `owner/repo` 指定存放庫","github.copilot.tools.githubTextSearch.name":"GitHub 文字搜尋","github.copilot.tools.githubTextSearch.userDescription":"在 GitHub 存放庫或組織中，文字搜尋包含特定關鍵字或程式碼模式的檔案。","github.copilot.tools.openEmptyFolder.name":"將空白資料夾開啟為 VS Code 工作區","github.copilot.viewsWelcome.chatDisabled":"組織管理員目前已停用您帳戶的 GitHub Copilot 聊天。請連絡組織系統管理員以啟用聊天。\n\n[深入了解](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.contactSupport":"您的帳戶似乎發生問題。請和 GitHub 客戶支援連絡。\n\n[連絡客戶支援](https://support.github.com/?editor=vscode)","github.copilot.viewsWelcome.debug":"使用 [終端機命令](command:github.copilot.chat.startCopilotDebugCommand) 偵錯或在 [互動式聊天](command:workbench.action.chat.open?%7B%22query%22%3A%22%40vscode%20%2FstartDebugging%20%22%2C%22isPartialQuery%22%3Atrue%7D) 中偵錯。","github.copilot.viewsWelcome.enterprise":"請連絡您的 GitHub 組織系統管理員以啟用 Copilot。","github.copilot.viewsWelcome.gitHubLoginFailed":"GitHub 登入失敗。請登入您的 GitHub 帳戶以使用 Copilot。\n\n[登入](command:workbench.action.chat.triggerSetupForceSignIn)\n\n另請參閱 [Copilot 記錄](command:github.copilot.debug.showOutputChannel.internal)及[執行診斷](command:github.copilot.debug.collectDiagnostics.internal)。","github.copilot.viewsWelcome.individual.expired":"您的 Copilot 訂用帳戶已過期。\n\n[檢閱 Copilot 設定](https://github.com/settings/copilot?editor=vscode)","github.copilot.viewsWelcome.invalidToken":"您的 GitHub Token 無效。請重新登入以重新整理驗證。\n\n[登入](command:workbench.action.chat.triggerSetupForceSignIn)\n\n另請參閱 [Copilot 記錄](command:github.copilot.debug.showOutputChannel.internal)及[執行診斷](command:github.copilot.debug.collectDiagnostics.internal)。","github.copilot.viewsWelcome.offline":"GitHub Copilot 伺服器無法連線。請檢查您的網際網路連線，然後再試一次。\n\n[重試連線](command:github.copilot.refreshToken)\n\n另請參閱 [Copilot 記錄](command:github.copilot.debug.showOutputChannel.internal) 及 [執行診斷](command:github.copilot.debug.collectDiagnostics.internal)。","github.copilot.viewsWelcome.rateLimited":"您的帳戶已超過 GitHub 的 API 速率限制。請稍候幾分鐘，然後再試一次。\n\n[重試](command:github.copilot.refreshToken)\n\n另請參閱 [Copilot 記錄](command:github.copilot.debug.showOutputChannel.internal) 及 [執行診斷](command:github.copilot.debug.collectDiagnostics.internal)。","github.copilot.viewsWelcome.switchToReleaseChannel":"穩定版本的 VS Code 目前不支援 GitHub Copilot Chat 擴充功能的發行前版本。請切換至 GitHub Copilot Chat 的發行版本，或嘗試使用 VS Code Insiders。\n\n[切換至發行版並重新載入](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[切換至 VS Code Insiders](https://aka.ms/vscode-insiders)","github.copilot.walkthrough.description":"您的 AI 配對程式設計人員可以更快速且更聰明地撰寫程式碼","github.copilot.walkthrough.edits.description":"使用 **Copilot Edits** 選取您要使用的檔案，並描述您要做的變更。Copilot 會直接套用到您的檔案。\n[使用 Copilot 編輯](command:workbench.action.chat.open?%7B%22mode%22%3A%22edit%22%7D)","github.copilot.walkthrough.edits.media.altText":"影片顯示使用者將檔案拖放到位於次要側邊欄的 Copilot Edits 輸入方塊。Copilot 接著會根據使用者的要求更新檔案","github.copilot.walkthrough.edits.title":"使用自然語言進行變更","github.copilot.walkthrough.firstSuggest.description":"當您在編輯器中輸入時，Copilot 會建議程式碼，以協助完成您起頭的內容。","github.copilot.walkthrough.firstSuggest.media.altText":"影片顯示了多種不同的 Copilot 內嵌建議，其中 Copilot 會建議程式碼，以協助使用者完成其程式碼","github.copilot.walkthrough.firstSuggest.title":"AI 建議的內嵌建議","github.copilot.walkthrough.inlineChatMac.description":"有時候，描述您想要直接在檔案中撰寫的程式碼比較容易。\n放置游標或進行選取，然後使用 **``Cmd+I``** 開啟**內嵌聊天**。","github.copilot.walkthrough.inlineChatMac.media.altText":"影片顯示使用者叫用內嵌聊天 Widget，並以自然語言要求 Copilot 修改檔案。然後 Copilot 進行了所要求的修改","github.copilot.walkthrough.inlineChatMac.title":"在您的檔案中使用自然語言","github.copilot.walkthrough.inlineChatNotMac.description":"有時候，描述您想要直接在檔案中撰寫的程式碼比較容易。\n放置游標或進行選取，然後使用 **``Ctrl+I``** 開啟**內嵌聊天**。","github.copilot.walkthrough.inlineChatNotMac.media.altText":"編輯器中的內嵌聊天檢視。影片顯示使用者叫用了內嵌聊天 Widget，並以自然語言要求 Copilot 修改檔案。然後 Copilot 就依照要求進行了修改","github.copilot.walkthrough.inlineChatNotMac.title":"在您的檔案中使用自然語言","github.copilot.walkthrough.panelChat.description":"使用 **@workspace** 詢問 Copilot 程式設計問題，或取得程式碼方面的協助。\n 輸入 **@** 查看可以直接聊天的有空聊天參與者，每個都有自己的專長。\n[與 Copilot 聊天](command:workbench.action.chat.open?%7B%22mode%22%3A%22ask%22%7D)","github.copilot.walkthrough.panelChat.media.altText":"使用者在次要側邊欄的 [聊天] 面板中叫用 @workspace，以了解程式碼基底。Copilot 擷取相關資訊，並提供包含檔案連結的回應","github.copilot.walkthrough.panelChat.title":"聊聊您的程式碼","github.copilot.walkthrough.setup.noAction.description":"您可以使用 Copilot 跨多個檔案產生程式碼、修正錯誤、使用自然語言詢問程式碼相關問題等。\n 我們現在為您的 GitHub 帳戶提供 [Copilot 免費版](https://github.com/features/copilot/plans) (英文)。","github.copilot.walkthrough.setup.signIn.description":"您可以使用 Copilot 跨多個檔案產生程式碼、修正錯誤、使用自然語言詢問程式碼相關問題等。\n 我們現在為您的 GitHub 帳戶提供 [Copilot 免費版](https://github.com/features/copilot/plans) (英文)。\n\n[使用 Copilot 免費版](command:workbench.action.chat.triggerSetupForceSignIn)","github.copilot.walkthrough.setup.signIn.title":"登入以使用 Copilot 免費版","github.copilot.walkthrough.setup.signUp.description":"您可以使用 Copilot 跨多個檔案產生程式碼、修正錯誤、使用自然語言詢問程式碼相關問題等。\n 我們現在為您的 GitHub 帳戶提供 [Copilot 免費版](https://github.com/features/copilot/plans) (英文)。\n\n[使用 Copilot 免費版](command:workbench.action.chat.triggerSetupForceSignIn)","github.copilot.walkthrough.setup.signUp.title":"免費開始使用 Copilot","github.copilot.walkthrough.signIn.description":"若要開始使用 Copilot，請使用您的 GitHub 帳戶登入。\n請確認您使用正確的 GitHub 帳戶。您也可以稍後使用帳戶功能表來登入。\n\n[登入](command:workbench.action.chat.triggerSetupForceSignIn)","github.copilot.walkthrough.signIn.media.altText":"透過本逐步解說或 VS Code 的帳戶功能表來登入 GitHub","github.copilot.walkthrough.signIn.title":"使用 GitHub 登入","github.copilot.walkthrough.sparkle.description":"Copilot 在整個 VS Code 介面中使用 AI 支援的智慧動作，來增強您的編碼體驗。\n請尋找 $(sparkle) 圖示，例如在[原始檔控制檢視](command：workbench.view.scm)中，Copilot 會根據程式碼變更，產生認可訊息和 PR 描述。\n\n[探索提示和祕訣](https://code.visualstudio.com/docs/copilot/copilot-vscode-features)","github.copilot.walkthrough.sparkle.media.altText":"影片顯示在原始檔控制輸入方塊中點擊閃亮圖示，觸發 GitHub Copilot 自動產生認可訊息","github.copilot.walkthrough.sparkle.title":"請留意智慧動作","github.copilot.walkthrough.title":"GitHub Copilot","workspaceTrust":"Copilot Chat applies workspace-scoped OpenTelemetry settings only in trusted workspaces."}
