From 2a8d34b5e30d0d5dcf470076bb1e1623ee336c19 Mon Sep 17 00:00:00 2001 From: Isaac Hickman <120128883+ihickmanF22@users.noreply.github.com> Date: Tue, 13 Dec 2022 19:44:06 +0000 Subject: [PATCH] Final / Including Documentation --- additional/vscode/launch.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 additional/vscode/launch.json diff --git a/additional/vscode/launch.json b/additional/vscode/launch.json deleted file mode 100644 index 2ba986f..0000000 --- a/additional/vscode/launch.json +++ /dev/null @@ -1,15 +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": [ - { - "type": "chrome", - "request": "launch", - "name": "Launch Chrome against localhost", - "url": "http://localhost:8080", - "webRoot": "${workspaceFolder}" - } - ] -} \ No newline at end of file