Skip to content

Commit 0567339

Browse files
authored
fix: clarify arguments required for cancel/breakpointlocations (#579)
Closes #576 Closes #266
1 parent 005c767 commit 0567339

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

debugAdapterProtocol.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
"enum": [ "cancel" ]
138138
},
139139
"arguments": {
140+
"description": "Arguments must be passed to form a valid request. Debug adapters may reject requests that lack arguments with an error. These `arguments` are marked as optional for historical reasons.",
140141
"$ref": "#/definitions/CancelArguments"
141142
}
142143
},
@@ -1197,6 +1198,7 @@
11971198
"enum": [ "breakpointLocations" ]
11981199
},
11991200
"arguments": {
1201+
"description": "Arguments must be passed to form a valid request. Debug adapters may reject requests that lack arguments with an error. These `arguments` are marked as optional for historical reasons.",
12001202
"$ref": "#/definitions/BreakpointLocationsArguments"
12011203
}
12021204
},

0 commit comments

Comments
 (0)