UNPKG

vscode-chrome-debug-core

Version:

A library for building VS Code debug adapters for targets that support the Chrome Remote Debug Protocol

13 lines 892 B
/*--------------------------------------------------------------------------------------------- * 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.invalidResponse": "从目标响应似乎无效。错误: {0}。响应: {1}", "attach.invalidResponseArray": "从目标响应似乎无效: {0}", "attach.noMatchingTarget": "找不到匹配 {0} 的有效目标。可用页面: {1}", "attach.devToolsAttached": "无法附加到此目标,其可能已附加 Chrome DevTools: {0}" }