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.05 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": "Se ha recibido una respuesta de la aplicación de destino, pero no se han encontrado páginas de destino",
"attach.cannotConnect": "No se puede conectar con el objetivo: {0}",
"attach.invalidResponseArray": "La respuesta del objetivo aparenta no ser válida: {0}",
"attach.invalidResponse": "La respuesta del destino parece ser inválida. Error: {0}. Respuesta: {1} ",
"attach.noMatchingTarget": "No se puede encontrar un destino válido que coincida con: {0}. páginas disponibles: {1}",
"attach.devToolsAttached": "No se puede adjuntar a este objetivo que podría tener Chrome DevTools adjuntos: {0}"
}