Add missing commas to Blazor launch.json examples (#24546)
parent
bb0cfdb27d
commit
743cbb2253
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue