Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions debugAdapterProtocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -4369,6 +4369,14 @@
"hex": {
"type": "boolean",
"description": "Display the value in hex."
},
"binary": {
"type": "boolean",
"description": "Display the value in binary."
},
"octal": {
"type": "boolean",
"description": "Display the value in octal."
}
}
},
Expand Down