21 lines
694 B
JSON
21 lines
694 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "coreclr",
|
|
"name": "Launch",
|
|
"request": "launch",
|
|
"preLaunchTask": "build-and-copy",
|
|
"program": "${config:jellyfinDir}/bin/Debug/net6.0/jellyfin.dll",
|
|
"args": [
|
|
//"--nowebclient"
|
|
"--webdir",
|
|
"${config:jellyfinWebDir}/dist/"
|
|
],
|
|
"cwd": "${config:jellyfinDir}",
|
|
}
|
|
]
|
|
} |