aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorJPVenson <JPVenson@users.noreply.github.com>2024-01-19 00:48:03 +0000
committerGitHub <noreply@github.com>2024-01-19 00:48:03 +0000
commit23c77706838aa2e5cf83ee036f3853a90acc4a68 (patch)
treea8f3ca2307815dade0cd0660fa739a0dc777a2cf /.vscode/launch.json
parent21ae7a1317255acd0a031e74575f6c08967ce5f3 (diff)
Fixed ffmpeg version
updated lauch with ffmpeg
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index be55764fd..2673973db 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -30,6 +30,18 @@
"internalConsoleOptions": "openOnSessionStart"
},
{
+ "name": "ghcs .NET Launch (nowebclient, ffmpeg)",
+ "type": "coreclr",
+ "request": "launch",
+ "preLaunchTask": "build",
+ "program": "${workspaceFolder}/Jellyfin.Server/bin/Debug/net8.0/jellyfin.dll",
+ "args": ["--nowebclient", "--ffmpeg", "/usr/share/jellyfin-ffmpeg/ffmpeg"],
+ "cwd": "${workspaceFolder}/Jellyfin.Server",
+ "console": "internalConsole",
+ "stopAtEntry": false,
+ "internalConsoleOptions": "openOnSessionStart"
+ },
+ {
"name": ".NET Attach",
"type": "coreclr",
"request": "attach",