mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
fix json comments syntax highlight (#881)
This commit is contained in:
parent
fcdb060b76
commit
ff107b96de
1 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ while True:
|
|||
|
||||
## Custom Protocol arguments
|
||||
### Launch request arguments
|
||||
```json
|
||||
```js
|
||||
{
|
||||
"debugOptions": [
|
||||
"RedirectOutput", // Whether to redirect stdout and stderr (see pydevd_comm.CMD_REDIRECT_OUTPUT)
|
||||
|
|
@ -86,7 +86,7 @@ while True:
|
|||
```
|
||||
|
||||
### Attach request arguments
|
||||
```json
|
||||
```js
|
||||
{
|
||||
"debugOptions": [
|
||||
"RedirectOutput", // Whether to redirect stdout and stderr (see pydevd_comm.CMD_REDIRECT_OUTPUT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue