Skip to content
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

Custom events are missing their session property in the test DebugClient #210

Open
DanTup opened this issue Apr 8, 2019 · 0 comments
Open
Labels
bug Issue identified by VS Code Team member as probable bug

Comments

@DanTup
Copy link

DanTup commented Apr 8, 2019

Currently in the test debug client, if you listen for a custom event like this:

this.on("dart.serviceExtensionAdded", (e: DebugSessionCustomEvent) => console.log(e.session));

session doesn't seem to be defined. I did have a look, but I'm not really sure how to fix this.

@weinand weinand self-assigned this May 22, 2019
@weinand weinand added the bug Issue identified by VS Code Team member as probable bug label May 22, 2019
@weinand weinand removed their assignment Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

2 participants