-
Notifications
You must be signed in to change notification settings - Fork 323
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
Support also COMMAND_RUN and COMMAND_DEBUG actions #9041
Conversation
Cannot merge right now. Waiting for apache/netbeans#7059 to get in and be released. |
Updating the upstream PR again: apache/netbeans#7059 (comment) and discussing next steps. |
apache/netbeans#7105 has been merged. Now we are waiting for a newer release of Apache NetBeans Extension than |
Version 21.9.9 is out since 13. 4. 2024, let's verify if it fixes the problem! Download VSCode Extension 1.33.440 and test it! Open press Enter and then the execution starts. After a while the breakpoint is hit: Great, let's release VSCode Extension 1.33.440! |
Pull Request Description
Turns out that #8923 isn't enough to support debugging of
Vector_Spec.enso
when root of Enso repository is opened as a folder/workspace. To allow debugging ofVector_Spec.enso
two changes are needed. One is provided in this PR, the other one will be integrated as apache/netbeans#7105Checklist
Please ensure that the following checklist has been satisfied before submitting the PR:
Java,
style guides.
Vector_Spec