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

jsonSchema_v2.i18n.json « electron-browser « tasks « parts « workbench « vs « src « ita « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e89d99e11f9696a734909f2997e61fd307144a2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"JsonSchema.shell": "Specifica se il comando è un comando della shell o un programma esterno. Se omesso, viene usato il valore predefinito false.",
	"JsonSchema.tasks.dependsOn.string": "Altra attività da cui dipende questa attività.",
	"JsonSchema.tasks.dependsOn.array": "Altre attività da cui dipende questa attività.",
	"JsonSchema.tasks.type": "Definisce se l'attività viene eseguita come un processo o come un comando all'interno di una shell. L'impostazione predefinita è processo.",
	"JsonSchema.version": "Numero di versione della configurazione",
	"JsonSchema.tasks.taskName": "Nome dell'attività",
	"JsonSchema.tasks.background": "Indica se l'attività eseguita viene mantenuta attiva ed è in esecuzione in background.",
	"JsonSchema.tasks.promptOnClose": "Indica se viene visualizzato un prompt utente quando Visual Studio Code viene chiuso con un'attività in esecuzione.",
	"JsonSchema.tasks.matchers": "Matcher problemi da usare. Può essere una stringa oppure una definizione di matcher problemi oppure una matrice di stringhe e matcher problemi.",
	"JsonSchema.windows": "Configurazione dei comandi specifica di Windows",
	"JsonSchema.mac": "Configurazione dei comandi specifica di Mac",
	"JsonSchema.linux": "Configurazione dei comandi specifica di Linux"
}