mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 01:28:26 -05:00
26 lines
1.4 KiB
JSON
26 lines
1.4 KiB
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."
|
|
],
|
|
"version": "1.0.0",
|
|
"contents": {
|
|
"package": {
|
|
"displayName": "Debug Node Auto-Attach",
|
|
"description": "Supporto per la funzionalità di Auto-Attach quando l'estensione node-debug non è attiva.",
|
|
"debug.node.autoAttach.description": "Collega automaticamente il debug di node quando node.js è avviato in modalità debug dal terminale integrato. ",
|
|
"debug.node.autoAttach.disabled.description": "La funzionalità di auto attach è disabilitata e non mostrata nella barra di stato.",
|
|
"debug.node.autoAttach.on.description": "Auto Attach è attivo.",
|
|
"debug.node.autoAttach.off.description": "La connessione automatica è inattiva.",
|
|
"toggle.auto.attach": "Attiva/Disattiva collegamento automatico"
|
|
},
|
|
"out/extension": {
|
|
"status.text.auto.attach.on": "Auto Attach: On",
|
|
"status.text.auto.attach.off": "Collegamento automatico: disattivato",
|
|
"status.tooltip.auto.attach": "Connetti automaticamente ai processi di node.js in modalità debug"
|
|
}
|
|
}
|
|
} |