raix / vscode-perl-debug

LOOKING FOR MAINTAINERS. Perl debugger extension for visual studio code
MIT License
63 stars 35 forks source link

InitializedEvent must be sent after launch #75

Closed hoehrmann closed 5 years ago

hoehrmann commented 5 years ago

@hoehrmann is it because vs code is actually sending breakpoint data before the debugger sends the initialized event? (I think we already do have a command queue in the adapter - just wondering what could be the cause of this)

Originally posted by @raix in https://github.com/raix/vscode-perl-debug/pull/69#issuecomment-470270921

Yeah, I just figured this out myself! :D Will be in an upcoming PR.

raix commented 5 years ago

:tada: This issue has been resolved in version 0.6.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: