-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add output type to DAP output
events
#89475
Add output type to DAP output
events
#89475
Conversation
@dekaravanhoc could you test this and check if it works properly on neovim? I've checked the network packets and they look correct, but from VSCode I can't tell much difference between |
bae4d68
to
707391a
Compare
707391a
to
da20dcf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, the signal seems to be used in only one place, and isn't exposed, so the change to the signal is safe
The protocol seems to line up with this change, but would be good to get a second pair of eyes on it too
da20dcf
to
b6d1204
Compare
Thanks! |
Hey @rsubtil looks good to me. Thanks. |
Fixes #89279
Forwards the message output type to DAP, allowing to distinguish between
stdout
andstderr
messages.