vscode-chrome-debug-core
Version:
A library for building VS Code debug adapters for targets that support the Chrome Remote Debug Protocol
13 lines • 899 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}"
}