Hi, As you may know, NetBeans has an implementation of the server for the language server protocol for Java (which can be used to add (some) Java editing features to any editor that supports the protocol). We also have a code for an Visual Studio Code extension that allows to easily use this server inside Visual Studio Code.
To simplify testing and using this extension, I would like to release a 0.0.1 version of the extension. This would mean releasing basically the full Apache NetBeans source (from the master) and a convenience binary - the extension. I foresee a need to release the extension fairly often at the beginning, as new problems are found, so I think it would make sense to not bind this to the main release cycle. One pre-requisite for this is the following PR: https://github.com/apache/netbeans/pull/1845 You can see how the release could look like here: https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-vscode-release/ What do you think? Any objections to releasing the extension? Thanks, Jan
