This commit is contained in:
Amin-Titi_solidify 2022-06-19 20:16:14 +02:00
Родитель 5a56e84120
Коммит 7543ae507a
3 изменённых файлов: 30 добавлений и 7 удалений

19
.vscode/tasks.json поставляемый
Просмотреть файл

@ -1,17 +1,22 @@
// A task runner configuration.
{
"version": "0.1.0",
"version": "2.0.0",
"command": "grunt",
"isShellCommand": true,
"tasks": [
{
"taskName": "build",
"isBuildCommand": true,
"problemMatcher": "$msCompile"
"label": "build",
"type": "grunt",
"task": "build",
"problemMatcher": "$msCompile",
"group": {
"_id": "build",
"isDefault": false
}
},
{
"taskName": "publish",
"isBuildCommand": false,
"label": "publish",
"type": "grunt",
"task": "publish",
"problemMatcher": "$msCompile"
}
]

18
.vscode/tasks.json.old поставляемый Normal file
Просмотреть файл

@ -0,0 +1,18 @@
// A task runner configuration.
{
"version": "0.1.0",
"command": "grunt",
"isShellCommand": true,
"tasks": [
{
"taskName": "build",
"isBuildCommand": true,
"problemMatcher": "$msCompile"
},
{
"taskName": "publish",
"isBuildCommand": false,
"problemMatcher": "$msCompile"
}
]
}

0
testamin Normal file
Просмотреть файл