vscode-chrome-debug-core
Version:
A library for building VS Code debug adapters for targets that support the Chrome Remote Debug Protocol
13 lines • 902 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.invalidResponse": "目標的回應似乎無效。錯誤: {0}。回應: {1}",
"attach.invalidResponseArray": "目標的回應似乎無效: {0}",
"attach.noMatchingTarget": "找不到符合 {0} 的有效目標。可用頁面: {1}",
"attach.devToolsAttached": "無法連結至此可能已連結 Chrome DevTools 的目標: {0}"
}