mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
14 lines
886 B
JSON
14 lines
886 B
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."
|
|
],
|
|
"description": "Extensión para añadir funcionalidad de Grunt a VSCode.",
|
|
"displayName": "Soporte de Grunt para VSCode",
|
|
"config.grunt.autoDetect": "Controla si la detección automática de tareas Grunt está activada o desactivada. Por defecto está activada.",
|
|
"grunt.taskDefinition.type.description": "La tarea de Grunt que se va a personalizar.",
|
|
"grunt.taskDefinition.file.description": "El archivo de Grunt que proporciona la tarea. Se puede omitir."
|
|
} |