<!-- Do you have a question? Please ask it on http://stackoverflow.com/questions/tagged/vscode --> - VSCode Version: 1.11.1 - OS Version: Windows 10 Anniversary Steps to Reproduce: 1. User starts debugging a file which spawns a debug adapter 2. User clicks breakpoints in the gutter of that file 3. Something happens in the debug adapter causing a BreakpointEvent to be sent back to the debugger client 4. New breakpoint icon appears on the appropriate line, all other breakpoint icons disappear I've tried this with `reason` set to `new` and `changed`, same result.