Skip to content

Commit

Permalink
Update launch.json (#4650)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
marleypowell authored May 13, 2022
1 parent 25c7c6a commit ae430e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Ombi/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -47,4 +47,4 @@
}
},
]
}
}

0 comments on commit ae430e7

Please sign in to comment.