summaryrefslogtreecommitdiff
path: root/.vscode/tasks.json
blob: 006e87850a48b5f6f2c84d75e5bdc3d6315bff1d (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"version": "2.0.0",
	"tasks": [
		{
			"type": "gulp",
			"task": "default",
			"problemMatcher": [],
			"label": "gulp: default"
		}
	]
}