diff options
| author | Bond_009 <bond.009@outlook.com> | 2022-11-09 15:28:17 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2022-12-07 16:44:00 +0100 |
| commit | 4c41f96407ac117555267c18ec449c8a85a08198 (patch) | |
| tree | 10001400b697a1ff13734ecd4eda64036767bcf5 /.vscode/launch.json | |
| parent | 6ccb1e55705a00991742413b5c004c9eaf26d493 (diff) | |
Update README and vscode launch settings
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index b82956a72..55e6508a9 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -2,11 +2,11 @@ "version": "0.2.0", "configurations": [ { - "name": ".NET Core Launch (console)", + "name": ".NET Launch (console)", "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/Jellyfin.Server/bin/Debug/net6.0/jellyfin.dll", + "program": "${workspaceFolder}/Jellyfin.Server/bin/Debug/net7.0/jellyfin.dll", "args": [], "cwd": "${workspaceFolder}/Jellyfin.Server", "console": "internalConsole", @@ -18,11 +18,11 @@ } }, { - "name": ".NET Core Launch (nowebclient)", + "name": ".NET Launch (nowebclient)", "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/Jellyfin.Server/bin/Debug/net6.0/jellyfin.dll", + "program": "${workspaceFolder}/Jellyfin.Server/bin/Debug/net7.0/jellyfin.dll", "args": ["--nowebclient"], "cwd": "${workspaceFolder}/Jellyfin.Server", "console": "internalConsole", @@ -30,7 +30,7 @@ "internalConsoleOptions": "openOnSessionStart" }, { - "name": ".NET Core Attach", + "name": ".NET Attach", "type": "coreclr", "request": "attach", "processId": "${command:pickProcess}" |
