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

package.i18n.json « gulp « extensions « ita « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 756d2a2dd2d933873fe8dbf952941f966b5a53ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"description": "Estensione che aggiunge le funzionalità di Gulp a VSCode.",
	"displayName": "Supporto Gulp per VSCode",
	"config.gulp.autoDetect": "Controlla se la rilevazione automatica delle attività gulp è on/off. L'impostazione predefinita è 'on'.",
	"gulp.taskDefinition.type.description": "L'attività di Gulp da personalizzare.",
	"gulp.taskDefinition.file.description": "Il file di Grunt che fornisce l'attività. Può essere omesso."
}