mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-29 16:20:29 -04:00
24 lines
1.1 KiB
JSON
24 lines
1.1 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": "Extensão para adicionar capacidades Gulp ao VSCode.",
|
|
"displayName": "Suporte ao Gulp para VSCode",
|
|
"config.gulp.autoDetect": "Controla se a detecção automática de tarefas Gulp está ativada ou desativada. Por padrão, é ativado.",
|
|
"gulp.taskDefinition.type.description": "A tarefa Gulp a ser customizada.",
|
|
"gulp.taskDefinition.file.description": "O arquivo Gulp que fornece a tarefa. Pode ser omitido."
|
|
},
|
|
"out/main": {
|
|
"gulpTaskDetectError": "Problem finding gulp tasks. See the output for more information.",
|
|
"gulpShowOutput": "Vá para a saída",
|
|
"execFailed": "Auto detecção de gulp para pasta {0} falhou com erro: {1}"
|
|
}
|
|
}
|
|
} |