mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-31 12:00:06 -07:00
parent
25c7c6ab40
commit
ae430e700c
1 changed files with 2 additions and 2 deletions
4
src/Ombi/.vscode/launch.json
vendored
4
src/Ombi/.vscode/launch.json
vendored
|
@ -6,7 +6,7 @@
|
||||||
"type": "coreclr",
|
"type": "coreclr",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"preLaunchTask": "build",
|
"preLaunchTask": "build",
|
||||||
"program": "${workspaceFolder}/bin/Debug/net5.0/ombi.dll",
|
"program": "${workspaceFolder}/bin/Debug/net6.0/ombi.dll",
|
||||||
"args": ["--host", "http://localhost:3577"],
|
"args": ["--host", "http://localhost:3577"],
|
||||||
"cwd": "${workspaceFolder}",
|
"cwd": "${workspaceFolder}",
|
||||||
"stopAtEntry": false,
|
"stopAtEntry": false,
|
||||||
|
@ -47,4 +47,4 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue