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