vscode-chrome-debug-core
Version:
A library for building VS Code debug adapters for targets that support the Chrome Remote Debug Protocol
13 lines • 873 B
JSON
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"attach.responseButNoTargets": "已取得目標應用程式回應,但找不到目標頁面",
"attach.cannotConnect": "無法連接至目標: {0}",
"attach.invalidResponseArray": "目標回應無效: {0}",
"attach.invalidResponse": "目標回應無效。錯誤: {0}. 回應: {1}",
"attach.noMatchingTarget": "無法找到相符的有效目標: {0}. 可用的頁面: {1}",
"attach.devToolsAttached": "無法附加至已被 Chrome DevTools 附加的目標: {0}"
}