From 2014ab75965fdcc441e784522b93e82b3d7fd8f5 Mon Sep 17 00:00:00 2001 From: Mikal Stordal Date: Sun, 3 Nov 2024 23:17:56 +0100 Subject: [PATCH] repo: change shoko home for vscode debug env --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 4b917642c..341883b4b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -14,7 +14,7 @@ "args": [], "cwd": "${workspaceFolder}/Shoko.Server/bin/Debug/net8.0", "env": { - "SHOKO_HOME": "${workspaceFolder}/Shoko.Server/bin/Debug/net8.0/data" + "SHOKO_HOME": "${workspaceFolder}/Shoko.Server/bin/Data" }, // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console "console": "integratedTerminal",