Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json')
-rw-r--r--i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
index 70ec9c0d711..c70e4e525c6 100644
--- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
+++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
@@ -12,10 +12,7 @@
"breakpointRemoved": "Rimosso un punto di interruzione a riga {0} del file {1}",
"compoundMustHaveConfigurations": "Per avviare più configurazioni, deve essere impostato l'attributo \"configurations\" dell'elemento compounds.",
"configMissing": "In 'launch.json' manca la configurazione '{0}'.",
- "debugRequestNotSupported": "La configurazione di debug scelta contiene un valore di attributo `{0}` che non è supportato: '{1}'.",
- "debugRequesMissing": "Nella configurazione di debug scelta manca l'attributo '{0}'.",
"debugTypeNotSupported": "Il tipo di debug configurato '{0}' non è supportato.",
- "debugTypeMissing": "Manca la proprietà 'type' per la configurazione di avvio scelta.",
"preLaunchTaskErrors": "Sono stati rilevati errori di compilazione durante preLaunchTask '{0}'.",
"preLaunchTaskError": "È stato rilevato un errore di compilazione durante preLaunchTask '{0}'.",
"preLaunchTaskExitCode": "L'attività di preavvio '{0}' è stata terminata ed è stato restituito il codice di uscita {1}.",