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.03 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": "Se obtuvo una respuesta de la aplicación de destino, pero no se encontraron páginas de destino.", "attach.cannotConnect": "No se puede conectar con el destino: {0}", "attach.invalidResponse": "La respuesta del destino no parece válida. Error: {0}. Respuesta: {1}", "attach.invalidResponseArray": "La respuesta del destino no parece válida: {0}", "attach.noMatchingTarget": "No se encuentra ningún destino válido que coincida con {0}. Páginas disponibles: {1}", "attach.devToolsAttached": "No se puede asociar a este destino, ya que puede tener Chrome DevTools asociado: {0}" }