UNPKG

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.37 kB
/*--------------------------------------------------------------------------------------------- * 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: {0}" }