From 2ca7acfbb8538377b8f1ade154f89738627ffd71 Mon Sep 17 00:00:00 2001 From: notaworm3 Date: Sun, 18 May 2025 21:05:32 +0000 Subject: [PATCH 1/2] Initial commit From 4029a60c16c75cb355cf54d653dc725a2171e8fd Mon Sep 17 00:00:00 2001 From: notaworm3 Date: Sun, 18 May 2025 21:05:32 +0000 Subject: [PATCH 2/2] Pending changes exported from your codespace --- .vscode/launch.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..33d9811 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,23 @@ +{ + // 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": "Attach", + "port": 9229, + "request": "attach", + "skipFiles": [ + "/**" + ], + "type": "node" + }, + + { + "type": "node-terminal", + "name": "JavaScript Debug Terminal", + "request": "launch" + } + ] +} \ No newline at end of file