JaroslavTulach opened a new pull request #3129:
URL: https://github.com/apache/netbeans/pull/3129


   Support for editing so called _API support_ projects has been intentionally 
left out of VSNetBeans. It is archaic and out of interest of the new generation 
of developers. However we, the NetBeans oldtimers, do care about 
editing/compiling/debugging Apache NetBeans sources.
   
   To balance the need of these two target groups I propose a simple way to 
build own customized VSNetBeans extension with _API support_ modules in. Just 
build the extension as you are used to and then execute:
   
   ```bash
   java/java.lsp.server/vscode$ npm run apisupport
   ```
   Then you can open any Apache NetBeans project and work with it without any 
limitations:
   
   ```bash
   java/java.lsp.server/vscode$ code --extensionDevelopmentPath=`pwd` 
../../platform/autoupdate.cli/
   ```
   
   Should the project still not be recognized, consider removing previous 
debris. I had to use 
   ```bash
   java/java.lsp.server/vscode$ rm -rf 
~/.config/Code/User/globalStorage/asf.apache-netbeans-java/ nbcode/
   ```
   few times.


-- 
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

Reply via email to