mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 11:38:32 -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",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build",
|
||||
"program": "${workspaceFolder}/bin/Debug/net5.0/ombi.dll",
|
||||
"program": "${workspaceFolder}/bin/Debug/net6.0/ombi.dll",
|
||||
"args": ["--host", "http://localhost:3577"],
|
||||
"cwd": "${workspaceFolder}",
|
||||
"stopAtEntry": false,
|
||||
|
@ -47,4 +47,4 @@
|
|||
}
|
||||
},
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue