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

debug.contribution.i18n.json « electron-browser « debug « parts « workbench « vs « src « ita « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a0a95488136c5f85e482f049111fda1cd7d8a439 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"toggleDebugViewlet": "Mostra debug",
	"toggleDebugPanel": "Console di debug",
	"debug": "Debug",
	"debugPanel": "Console di debug",
	"view": "Visualizza",
	"debugCategory": "Debug",
	"debugCommands": "Configurazione di debug",
	"debugConfigurationTitle": "Debug",
	"allowBreakpointsEverywhere": "Consente l'impostazione del punto di interruzione in qualsiasi file",
	"openExplorerOnEnd": "Apre automaticamente la visualizzazione di esplorazione al termine di una sessione di debug",
	"inlineValues": "Mostra i valori delle variabili inline nell'editor durante il debug",
	"hideActionBar": "Controlla se nascondere la barra delle azioni mobile di debug",
	"launch": "Configurazione globale per l'esecuzione del debug. Può essere usata come un'alternativa a \"launch.json\" "
}