{
	"extension.description": "在 Microsoft Edge 瀏覽器中偵錯 JavaScript 程式碼",
	"edge.toggleSkipping.title": "Microsoft Edge: 切換跳過此檔案",
	"edge.toggleSmartStep.title": "Microsoft Edge: 切換智慧逐步執行",
	"edge.port.description": "要用於 Microsoft Edge 遠端偵錯的連接埠。",
	"edge.address.description": "偵錯連接埠的 TCP/IP 位址",
	"edge.file.description": "要在瀏覽器中開啟的本機 html 檔案",
	"edge.url.description": "將會搜尋具有此 EXACT URL 的索引標籤，若有找到，會附加至該索引標籤",
	"edge.webRoot.description": "這會指定網頁伺服器根目錄的工作區絕對路徑。可用來將 `/app.js` 這類路徑解析成磁碟上的檔案。亦為 pathMapping 的 \"/\" 速記法",
	"edge.pathMapping.description": "URL/路徑到本機資料夾的對應，用以將 Microsoft Edge 中的指令碼解析成磁碟上的指令碼",
	"edge.runtimeExecutable.description": "要使用之執行階段可執行檔的工作區絕對路徑。若未指定，將會從預設安裝位置使用 Edge。",
	"edge.runtimeArgs.description": "傳遞至執行階段可執行檔的選用引數。",
	"edge.env.description": "環境索引鍵/值組的選用字典。",
	"edge.cwd.description": "執行階段可執行檔的選用工作目錄。",
	"edge.sourceMaps.description": "使用 JavaScript 來源對應 (如果有)。",
	"edge.diagnosticLogging.description": "若為 true，配接器會以人類看得懂的格式，將自己的診斷資訊記錄到主控台",
	"edge.verboseDiagnosticLogging.description": "若為 true，配接器會記錄所有用戶端和目標的流量 (以及 'diagnosticLogging' 所記錄的資訊)",
	"edge.trace.description": "若為 'true'，偵錯工具會將追蹤資訊記錄到檔案。若為 'verbose'，其也會在主控台中顯示記錄。",
	"edge.sourceMapPathOverrides.description": "一組對應，用於將 sourcemap 中顯示的來源檔案位置重寫為其磁碟上的位置。如需詳細資料，請參閱讀我檔案。",
	"edge.smartStep.description": "自動逐步執行已對應來源之檔案中未對應的行。例如，TypeScript 在編譯 async/await 或其他功能時自動產生的程式碼。",
	"edge.skipFiles.description": "偵錯時要跳過的檔案或資料夾名稱陣列或者路徑 Glob。",
	"edge.timeout.description": "重試此毫秒數以連線到 Microsoft Edge。預設為 10000 毫秒。",
	"edge.disableNetworkCache.description": "控制是否跳過每個要求的網路快取",
	"edge.urlFilter.description": "將會搜尋具有此 URL 的頁面，若有找到，會附加至該頁面。可有 * 萬用字元。",
	"edge.showAsyncStacks.description": "顯示造成目前呼叫堆疊的非同步呼叫",
	"edge.logTimestamps.description": "布林值，用於關閉/開啟記錄檔中時間戳記記錄 (根據預設為開啟)。",
	"edge.version.description": "請告知配接器使用 Microsoft Edge (Chromium) 瀏覽器。若要使用 Microsoft Edge (EdgeHTML) 啟動，請省略此旗標。",
	"edge.userDataDir.description": "根據預設會使用暫存資料夾中的個別使用者設定檔啟動 Microsoft Edge。使用此選項可予以覆寫。設定為 false 可使用預設使用者設定檔啟動。請注意，這只適用於 Microsoft Edge (Chromium)，而不適用於 Microsoft Edge (EdgeHTML)。",
	"edge.breakOnLoad.description": "實驗性功能 -  如果為 true，偵錯配接器將會嘗試在載入指令碼前，先在其中設定中斷點，以便可在這些指令碼開頭叫用中斷點。這會影響效能。請注意，這只適用於 Microsoft Edge (Chromium)，而不適用於 Microsoft Edge (EdgeHTML)。",
	"edge.breakOnLoadStrategy.description": "要用於 breakOnLoad 的策略。請注意，這只適用於 Microsoft Edge (Chromium)，而不適用於 Microsoft Edge (EdgeHTML)。",
	"edge.breakOnLoadStrategy.instrument.description": "請告知 Microsoft Edge 在每個指令碼載入、解析 sourcemap 及設定中斷點時暫停",
	"edge.breakOnLoadStrategy.regex.description": "在與中斷點設定所在檔案同名的檔案中，以開放模式設定中斷點。",
	"edge.breakOnLoadStrategy.off.description": "關閉 breakOnLoad。",
	"edge.targetTypes.description": "可接受之目標類型的陣列。預設為 `[\"page\"]`。",
	"edge.useWebView.description": "When 'true', the debugger will treat the runtime executable as a host application that contains a WebView allowing you to debug the WebView script content. When set to 'advanced', the debugger will wait to connect to a WebView matching the urlFilter."
}