mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-22 15:48:08 -05:00
crackhead activity in progress
This commit is contained in:
parent
1dcd0debc7
commit
df2c01b2ff
1 changed files with 11 additions and 11 deletions
22
.vscode/tasks.json
vendored
22
.vscode/tasks.json
vendored
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
"type": "lime",
|
"type": "lime",
|
||||||
"command": "test",
|
"command": "test",
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue