This commit is contained in:
Prokube 2021-07-10 06:48:18 -07:00 committed by GitHub
parent bbe3cf1a3e
commit 3cb6ea7393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
.vscode/tasks.json vendored Normal file
View File

@ -0,0 +1,21 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "lime",
"command": "test",
"group": {
"kind": "build",
"isDefault": true
}
},
{
"type": "lime",
"command": "build",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}