ttrss/.vscode/tasks.json

11 lines
141 B
JSON
Raw Normal View History

2020-09-17 12:30:52 +02:00
{
"version": "2.0.0",
"tasks": [
{
"type": "gulp",
"task": "default",
"problemMatcher": [],
"label": "gulp: default"
}
]
}