From 4cdc0d2a22a76c14e20c706dcb4b05ec1226ad0d Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Fri, 27 May 2022 22:03:44 -0400 Subject: [PATCH] Update .vscode/launch.json Co-authored-by: Charles Ewert --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index c97d8302..b7caff09 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,7 +4,7 @@ { "type": "brightscript", "request": "launch", - "name": "BrightScript Debug: Launch", + "name": "Jellyfin Debug: Launch", "stopOnEntry": false, //WARNING: don't edit this value. Instead, set "brightscript.debug.host": "YOUR_HOST_HERE" in your vscode user settings //"host": "${promptForHost}",