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.02 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": "Recebida uma resposta do aplicativo de destino, mas não foram encontradas páginas de destino", "attach.cannotConnect": "Não foi possível conectar-se ao destino: {0}", "attach.invalidResponseArray": "Resposta do destino parece inválida: {0}", "attach.invalidResponse": "Resposta do destino parece inválida. Erro: {0}. Resposta: {1}", "attach.noMatchingTarget": "Não foi possível encontrar um destino válido que corresponda: {0}. Páginas disponíveis: {1}", "attach.devToolsAttached": "Não foi possível anexar a este destino que pode ter o Chrome DevTools anexado: {0}" }