Music Jar project skeleton

This commit is contained in:
2021-02-04 08:41:07 -07:00
parent 86b5cd9428
commit 91b89bd719
15 changed files with 183 additions and 6 deletions

View File

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