From 41de6ad0f9b703b6dc2ddbf982c159540f2d6990 Mon Sep 17 00:00:00 2001 From: Sam Cooper <003.sjc@gmail.com> Date: Wed, 5 Jun 2024 20:59:07 +0100 Subject: [PATCH] rm .vscode files --- .vscode/launch.json | 16 ---------------- .vscode/settings.json | 3 --- 2 files changed, 19 deletions(-) delete mode 100644 .vscode/launch.json delete mode 100644 .vscode/settings.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 09ef740..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,16 +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": "node", - "request": "launch", - "name": "Launch Program", - "env": { - "environment": "sandbox" - } - } - ] -} diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 81d4e66..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "cSpell.words": ["Automerge"] -}