Skip to content

Commit

Permalink
update to 1.61
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 committed Jun 5, 2023
1 parent 34a6a55 commit 6003c7c
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions debugProtocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -2126,11 +2126,11 @@
},
"start": {
"type": "integer",
"description": "The index of the first variable to return; if omitted children start at 0."
"description": "The index of the first variable to return; if omitted children start at 0.\nThe attribute is only honored by a debug adapter if the corresponding capability `supportsVariablePaging` is true."
},
"count": {
"type": "integer",
"description": "The number of variables to return. If count is missing or 0, all variables are returned."
"description": "The number of variables to return. If count is missing or 0, all variables are returned.\nThe attribute is only honored by a debug adapter if the corresponding capability `supportsVariablePaging` is true."
},
"format": {
"$ref": "#/definitions/ValueFormat",
Expand Down Expand Up @@ -3376,20 +3376,6 @@
"required": [ "attributeName", "label"]
},

"ModulesViewDescriptor": {
"type": "object",
"description": "The ModulesViewDescriptor is the container for all declarative configuration options of a module view.\nFor now it only specifies the columns to be shown in the modules view.",
"properties": {
"columns": {
"type": "array",
"items": {
"$ref": "#/definitions/ColumnDescriptor"
}
}
},
"required": [ "columns" ]
},

"Thread": {
"type": "object",
"description": "A Thread",
Expand Down

0 comments on commit 6003c7c

Please sign in to comment.