crackhead activity in progress

This commit is contained in:
Cameron Taylor 2024-01-27 06:16:39 -05:00
parent 1dcd0debc7
commit df2c01b2ff

22
.vscode/tasks.json vendored
View file

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