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
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": "Es wurde eine Antwort von der Ziel-App empfangen, aber es wurden keine Zielseiten gefunden.",
"attach.cannotConnect": "Verbindung mit Ziel nicht möglich: {0}",
"attach.invalidResponse": "Die Antwort vom Ziel ist offenbar ungültig. Fehler: {0}. Antwort: {1}",
"attach.invalidResponseArray": "Die Antwort vom Ziel ist offenbar ungültig: {0}",
"attach.noMatchingTarget": "Es wurde kein gültiges Ziel gefunden, das \"{0}\" entspricht. Verfügbare Seiten: {1}",
"attach.devToolsAttached": "Anfügen an dieses Ziel nicht möglich, an das möglicherweise Chrome DevTools angefügt sind: {0}"
}