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": "Une réponse de l'application cible a été obtenue, mais aucune page cible n'a été trouvée", "attach.cannotConnect": "Impossible de se connecter à la cible : {0}", "attach.invalidResponseArray": "La réponse de la cible ne semble pas valide : {0}", "attach.invalidResponse": "La réponse de la cible ne semble pas valide. Erreur : {0}. Réponse : {1}", "attach.noMatchingTarget": "Impossible de trouver une cible valide qui correspond : {0}. Pages disponibles : {1}", "attach.devToolsAttached": "Attachement impossible à cette cible qui a peut-être Chrome DevTools attaché : {0}" }