From df2c01b2ff8dc4b7b28c7b70d897cd078b5df7e1 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Sat, 27 Jan 2024 06:16:39 -0500 Subject: [PATCH] crackhead activity in progress --- .vscode/tasks.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 16a77646f..be4414ea0 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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 + } + } + ] }