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.04 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} 대상에 연결할 수는 없습니다."
}