Add missing commas to Blazor launch.json examples (#24546)

pull/24536/head
Jesse Buck 2022-01-09 14:44:51 -07:00 committed by GitHub
parent bb0cfdb27d
commit 743cbb2253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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}"