mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-20 12:00:24 -04:00
24 lines
1.2 KiB
JSON
24 lines
1.2 KiB
JSON
{
|
|
"": [
|
|
"--------------------------------------------------------------------------------------------",
|
|
"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."
|
|
],
|
|
"version": "1.0.0",
|
|
"contents": {
|
|
"package": {
|
|
"description": "Estensione che aggiunge le funzionalità di Grunt a VS Code.",
|
|
"displayName": "Supporto di Grunt per VS Code",
|
|
"config.grunt.autoDetect": "Controlla se la rilevazione automatica delle attività Grunt è on/off. L'impostazione predefinita è 'on'.",
|
|
"grunt.taskDefinition.type.description": "L'attività di Grunt da personalizzare.",
|
|
"grunt.taskDefinition.file.description": "Il file di Grunt che fornisce l'attività. Può essere omesso."
|
|
},
|
|
"out/main": {
|
|
"gulpTaskDetectError": "Si è verificato un problema durante la ricerca delle attività di jake. Per altre informazioni, vedere l'output.",
|
|
"jakeShowOutput": "Passa all'output",
|
|
"execFailed": "Rilevamento automatico di Grunt per la cartella {0} non riuscito - errore: {1}"
|
|
}
|
|
}
|
|
} |