Skip to content

Fix invalid match on exited DAP event#192117

Merged
roblourens merged 1 commit into
microsoft:mainfrom
lukaszsamson:fix-event-name
Sep 5, 2023
Merged

Fix invalid match on exited DAP event#192117
roblourens merged 1 commit into
microsoft:mainfrom
lukaszsamson:fix-event-name

Conversation

@lukaszsamson

Copy link
Copy Markdown
Contributor

DAP spec states that the event is exited not exit https://microsoft.github.io/debug-adapter-protocol/specification#Events_Exited
Fixes #192116

@roblourens roblourens left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, although this is not really used in vscode anyway (nothing is listening to onDidExitDebugee)

@vscodenpa vscodenpa added this to the September 2023 milestone Sep 5, 2023
@roblourens
roblourens merged commit 7ead207 into microsoft:main Sep 5, 2023
@github-actions github-actions Bot locked and limited conversation to collaborators Oct 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DAP exited event is not handled correctly

4 participants