vscode-chrome-debug-core
Version:
A library for building VS Code debug adapters for targets that support the Chrome Remote Debug Protocol
17 lines • 1.11 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.
{
"eval.not.available": "non disponibile",
"not.connected": "non connesso al runtime",
"restartFrame.cannot": "Non è possibile riavviare il frame",
"attribute.path.not.exist": "L'attributo '{0}' non esiste ('{1}').",
"attribute.path.not.absolute": "L'attributo '{0}' non è assoluto ('{1}'). Per renderlo assoluto, provare ad aggiungere il prefisso '{2}'.",
"more.information": "Altre informazioni",
"setVariable.error": "Il valore dell'impostazione non è supportato",
"source.not.found": "Non è stato possibile recuperare il contenuto.",
"VSND2010": "Non è possibile connettersi al processo di runtime. Timeout dopo {0} ms. Motivo: {1}",
"VSND2023": "Non sono disponibili stack di chiamate."
}