From 8bb662e45b90477c3c936ad26bebf2e3c1b781e1 Mon Sep 17 00:00:00 2001 From: Gaudy Blanco Date: Thu, 25 Sep 2025 17:47:20 -0600 Subject: [PATCH] fix launch.json --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 695ed64f..9434ab0e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "args": [ "index", "--root", - "/Users/gaudy-microsoft/Desktop/indexes_examples/christmas-carol" + "" ], "console": "integratedTerminal" },