You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the Debug Adapter Protocol specification the StoppedEvent should have an optional hitBreakpointIds property to signal which breakpoint was hit when stopped.
The current version is missing said property.
According to the Debug Adapter Protocol specification the
StoppedEvent
should have an optionalhitBreakpointIds
property to signal which breakpoint was hit when stopped.The current version is missing said property.
https://microsoft.github.io/debug-adapter-protocol/specification#Events_Stopped
The text was updated successfully, but these errors were encountered: