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.35 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}"
}