From bc4b0a916e7677988fb11b63377b0bfd7f0d6569 Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 19 Jun 2024 08:02:31 -0400 Subject: [PATCH] FIX: Found a small misspelling in the pathname --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index e147d1e..3560b35 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,10 +5,10 @@ "version": "0.2.0", "configurations": [ { - "name": "Ariellia: Main", + "name": "Ariella: Main", "type": "debugpy", "request": "launch", - "program": "E:\\Development\\AI Development\\Ariellia\\main.py", + "program": "E:\\Development\\AI Development\\Ariella\\main.py", "console": "integratedTerminal" } ]