ttrss/.vscode/tasks.json

11 lines
141 B
JSON
Raw Normal View History

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