Skip to content

Commit

Permalink
repo: change shoko home for vscode debug env
Browse files Browse the repository at this point in the history
  • Loading branch information
revam committed Nov 3, 2024
1 parent 87983f2 commit 2014ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2014ab7

Please sign in to comment.