Skip to content
This repository was archived by the owner on Sep 17, 2021. It is now read-only.

Commit 96d4455

Browse files
authored
Making launch example multiline
1 parent 1af14bb commit 96d4455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To do this in your `launch.json` add a new debug config with two parameters.
2424
- `url` - The url to launch Chrome at. Optional.
2525
- `request` - Whether a new tab in Chrome should be opened `launch` or to use an exsisting tab `attach` matched by URI. Optional.
2626
- `name` - A friendly name to show in the VS Code UI. Required.
27-
`
27+
```
2828
{
2929
"version": "0.1.0",
3030
"configurations": [
@@ -36,7 +36,7 @@ To do this in your `launch.json` add a new debug config with two parameters.
3636
}
3737
]
3838
}
39-
`
39+
```
4040

4141
## Launching Chrome manually
4242
- Start chrome with no extensions and remote-debugging enabled on port 9222:

0 commit comments

Comments
 (0)