jtulach opened a new pull request, #24: URL: https://github.com/apache/netbeans-vscode/pull/24
- I am trying to improve [Enso VSCode Extension](https://github.com/enso-org/enso/blob/9f9d0d49eea81c3ffb96b2beccf543860553f35d/tools/enso4igv/IGV.md) (which depends on this extension) to support testing of Enso sources - While working on https://github.com/enso-org/enso/pull/14720 I had _huge problems_ setting debugging up - the current instructions seem complex and a bit obsolete - At the end I decided to simplify it - the result is in this PR ``` vscode$ npm run nbcode ``` - shall be everything one needs to debug Java running in `code` - the `code` is started with fresh user directory - I am able to install `enso.vsix` into the `code` and then debug both - Apache NetBeans Language Server extension - as well as [Enso VSCode Extension](https://github.com/enso-org/enso/blob/9f9d0d49eea81c3ffb96b2beccf543860553f35d/tools/enso4igv/IGV.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
