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/esn/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json')
-rw-r--r--i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
index 39eca78322f..01b6c98e302 100644
--- a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
+++ b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
@@ -12,10 +12,7 @@
"breakpointRemoved": "Punto de interrupción quitado, línea {0}, archivo {1}",
"compoundMustHaveConfigurations": "El compuesto debe tener configurado el atributo \"configurations\" a fin de iniciar varias configuraciones.",
"configMissing": "La configuración \"{0}\" falta en \"launch.json\".",
- "debugRequestNotSupported": "La configuración de depuración seleccionada tiene un valor de atributo '{0}': '{1}' no compatible.",
- "debugRequesMissing": "El atributo '{0}' está ausente en la configuración de depuración elegida.",
"debugTypeNotSupported": "El tipo de depuración '{0}' configurado no es compatible.",
- "debugTypeMissing": "Falta la propiedad \"type\" en la configuración de inicio seleccionada.",
"preLaunchTaskErrors": "Errores de compilación durante la tarea preLaunchTask '{0}'.",
"preLaunchTaskError": "Error de compilación durante la tarea preLaunchTask '{0}'.",
"preLaunchTaskExitCode": "La tarea preLaunchTask '{0}' finalizó con el código de salida {1}.",