aboutsummaryrefslogtreecommitdiff
path: root/.vscode/tasks.json
blob: 16a77646f7f841235dfbd4d70652f7793ee5bf33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"version": "2.0.0",
	"tasks": [
		{
			"type": "lime",
			"command": "test",
			"group": {
				"kind": "build",
				"isDefault": true
			}
		}
	]
}