Skip to content

Commit 5f09787

Browse files
committed
update protocol
1 parent cf3a8a0 commit 5f09787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/debugProtocol.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
"BreakpointEvent": {
409409
"allOf": [ { "$ref": "#/definitions/Event" }, {
410410
"type": "object",
411-
"description": "The event indicates that some information about a breakpoint has changed.",
411+
"description": "The event indicates that some information about a breakpoint has changed. While debug adapters may notify the clients of `changed` breakpoints using this event, clients should continue to use the breakpoint's original properties when updating a source's breakpoints in the `breakpoint` request.",
412412
"properties": {
413413
"event": {
414414
"type": "string",
@@ -3226,7 +3226,7 @@
32263226
"items": {
32273227
"type": "string"
32283228
},
3229-
"description": "The set of characters that should trigger completion in a REPL. If not specified, the UI should assume the `.` character."
3229+
"description": "The set of characters that should automatically trigger a completion request in a REPL. If not specified, the client should assume the `.` character. The client may trigger additional completion requests on characters such as ones that make up common identifiers, or as otherwise requested by a user."
32303230
},
32313231
"supportsModulesRequest": {
32323232
"type": "boolean",

0 commit comments

Comments
 (0)