mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-19 11:31:40 -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 Jake a VS Code.",
|
|
"displayName": "Supporto di Jake per VS Code",
|
|
"jake.taskDefinition.type.description": "L'attività di Jake da personalizzare.",
|
|
"jake.taskDefinition.file.description": "Il file di Jake che fornisce l'attività. Può essere omesso.",
|
|
"config.jake.autoDetect": "Controlla se la rilevazione automatica delle attività Jake è on/off. L'impostazione predefinita è 'on'."
|
|
},
|
|
"out/main": {
|
|
"gulpTaskDetectError": "Si è verificato un problema cercando le attività jake. Vedere l'output per ulteriori informazioni.",
|
|
"jakeShowOutput": "Passa all'output",
|
|
"execFailed": "Rilevamento automatico di Jake per la cartella {0} non riuscito - errore: {1}"
|
|
}
|
|
}
|
|
} |