diff --git a/.vscode/launch.json b/.vscode/launch.json index e14b2a8ab..ddcfaf604 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,11 +10,11 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/Shoko.Server/bin/Debug/netcoreapp3.1/Shoko.CLI.dll", + "program": "${workspaceFolder}/Shoko.Server/bin/Debug/net5.0/Shoko.CLI.dll", "args": [], "cwd": "${workspaceFolder}", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console - "console": "internalConsole", + "console": "integratedTerminal", "stopAtEntry": false }, { @@ -23,11 +23,11 @@ "request": "launch", "preLaunchTask": "build-mediainfo", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/Shoko.Server/bin/Debug/netcoreapp3.1/MediaInfoWrapper.dll", + "program": "${workspaceFolder}/Shoko.Server/bin/Debug/net5.0/MediaInfoWrapper.dll", "args": ["/share/raid/Hentai/Vicious/[RG] Vicious - 2 (640x480 DVD XviD) [BC5B644C].ogm", "5"], "cwd": "${workspaceFolder}", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console - "console": "internalConsole", + "console": "integratedTerminal", "stopAtEntry": false }, { @@ -37,4 +37,4 @@ "processId": "${command:pickProcess}" } ] -} \ No newline at end of file +}