aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorspookbits <71300703+spooksbit@users.noreply.github.com>2020-09-25 21:52:37 -0400
committerspookbits <71300703+spooksbit@users.noreply.github.com>2020-09-28 16:34:48 -0400
commitc912093579952e3cb7f4b4563975024c9e27a097 (patch)
tree9420735d7a9887430c61eeeaebcc6573b62e0cdf /.vscode
parent246ab260f71731c03e8199cbb52e0a7457aaf997 (diff)
Created a separate API Docs profile to launch the browser at the API docs, and the nowebclient profile no longer launches the browser at all.
Don't point to web in the client because it won't redirect properly. Modified the vscode launch.json to automatically launch the browser when debugging the first configuration. The
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index bf1bd65cb..05f60cfa6 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -11,7 +11,11 @@
"cwd": "${workspaceFolder}/Jellyfin.Server",
"console": "internalConsole",
"stopAtEntry": false,
- "internalConsoleOptions": "openOnSessionStart"
+ "internalConsoleOptions": "openOnSessionStart",
+ "serverReadyAction": {
+ "action": "openExternally",
+ "pattern": "Overriding address\\(es\\) \\'(https?:\\S+)\\'",
+ }
},
{
"name": ".NET Core Launch (nowebclient)",