From 12afc8a0cf5bd11958e48e8e150dab538783ed21 Mon Sep 17 00:00:00 2001 From: kaitlynkitty <87152313+kaitlynkittyy@users.noreply.github.com> Date: Wed, 27 Sep 2023 09:41:01 -0400 Subject: [PATCH] Discard changes to .vscode/launch.json --- .vscode/launch.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index e62da14..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,14 +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": [ - { - "command": "npm run start:dev", - "name": "Run npm run start:dev", - "request": "launch", - "type": "node-terminal" - } - ] -} \ No newline at end of file