JaroslavTulach opened a new pull request #3118: URL: https://github.com/apache/netbeans/pull/3118
The `.vsix` file as published on [marketplace](https://marketplace.visualstudio.com/items?itemName=ASF.apache-netbeans-java) has traditionally been assembled together with `nbjavac` library for better cross-JDK editing support and ability to run the extension on JDK8 without any additional downloads. Time to make it the default. That's what 1d74cad does. In addition to that I am opening access to default release catalog - originally removed in a panic by ac183a7904d1c53d7e89df18e36bcc8188005b19 - turned out that properly building the `.vsix` file with proper metarelease information and also fa85b5178041cba0ab65d70ec2e6a6340a04ef5e is enough to prevent the former problems. Moreover having the update center enabled allows one to install additional modules not packaged in `.vsix` by default: ```bash java/java.lsp.server/vscode$ npm run nbcode -- --modules --install .*debugger.* > [email protected] nbcode /home/devel/NetBeansProjects/netbeans2/java/java.lsp.server/vscode > node ./out/nbcode.js "--modules" "--install" ".*debugger.*" Installing [email protected] Installing [email protected] Installing [email protected] Installing [email protected] Installing [email protected] Installing [email protected] Installing [email protected] Installing [email protected] modules=21 Establishing a connection ... Establishing a connection ... ``` which greatly enhances the flexibility of our VSCode support. -- 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
