From fc41df13bd22ebbb134e148aa2c2be382333aa34 Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Tue, 29 Oct 2024 09:11:15 -0400 Subject: feat(content): :sparkles: Homepage revisions homepge revisions homepage stuff and additions --- .vscode/launch.json | 21 --------------------- .vscode/tasks.json | 5 +++++ 2 files changed, 5 insertions(+), 21 deletions(-) delete mode 100644 .vscode/launch.json (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 9d00da5..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "DevServer", - "request": "launch", - "runtimeArgs": [ - "run start", - "debug" - ], - "runtimeExecutable": "npm", - "skipFiles": [ - "/**" - ], - "type": "node" - } - ] -} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json index a4f1890..16d2383 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -3,6 +3,11 @@ // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ + { + "label": "Hugo Run", + "type": "shell", + "command": "cd ${workspaceFolder} && npm run start" + }, { "label": "Upload", "type": "shell", -- cgit v1.2.3