vscode-icons/.vscode/tasks.json

16 строки
414 B
JSON
Исходник Постоянная ссылка Обычный вид История

2020-01-03 22:33:21 +03:00
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "echo",
"type": "shell",
"command": "node scripts/export.js > scripts/export.md",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}