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 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.invalidResponseArray": "대상의 응답이 유효하지 않음: {0}",
"attach.invalidResponse": "대상의 응답이 유효하지 않은 것 같습니다. 오류: {0}. 응답: {1}",
"attach.noMatchingTarget": "일치하는 유효한 대상을 찾을 수 없습니다. {0}. 사용 가능한 페이지: {1}",
"attach.devToolsAttached": "Chrome DevTools이 연결된 이 대상에 연결할 수 없음: {0}"
}