From 7430769b06a563d58053b0527ecb40d1e4baab7d Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 18 Jun 2024 23:46:43 -0400 Subject: [PATCH] REF: Added a .json file for debugging easier --- .vscode/launch.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..e147d1e --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // 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": "Ariellia: Main", + "type": "debugpy", + "request": "launch", + "program": "E:\\Development\\AI Development\\Ariellia\\main.py", + "console": "integratedTerminal" + } + ] +} \ No newline at end of file