From 743cbb22532a08c42da8099d1015308788a70d14 Mon Sep 17 00:00:00 2001 From: Jesse Buck Date: Sun, 9 Jan 2022 14:44:51 -0700 Subject: [PATCH] Add missing commas to Blazor launch.json examples (#24546) --- aspnetcore/blazor/debug.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aspnetcore/blazor/debug.md b/aspnetcore/blazor/debug.md index b13a2ff343..c52c50763b 100644 --- a/aspnetcore/blazor/debug.md +++ b/aspnetcore/blazor/debug.md @@ -178,7 +178,7 @@ For information on configuring VS Code assets in the `.vscode` folder, see the * ```json { - "name": "Launch and Debug" + "name": "Launch and Debug", "type": "blazorwasm", "request": "launch", "url": "https://localhost:{PORT}" @@ -545,7 +545,7 @@ For information on configuring VS Code assets in the `.vscode` folder, see the * ```json { - "name": "Launch and Debug" + "name": "Launch and Debug", "type": "blazorwasm", "request": "launch", "url": "https://localhost:{PORT}" @@ -960,7 +960,7 @@ For information on configuring VS Code assets in the `.vscode` folder, see the * ```json { - "name": "Launch and Debug" + "name": "Launch and Debug", "type": "blazorwasm", "request": "launch", "url": "https://localhost:{PORT}"