sdedic opened a new pull request #3384: URL: https://github.com/apache/netbeans/pull/3384
The NBLS distribution contains a broken client-side project support: some modules are there, some are not, like HTML parser & co. Given the feature is not really used (vscode as the primary LSP client uses a different langserver for JS, Node) and it is broken anyway, I'd prefer to remove it form the NBLS distribution. We can later add it back, but with all dependencies so that it really works. Now the client-side project errors out with an exception: ``` java.lang.IllegalArgumentException: No parser for mime type: text/html at org.netbeans.modules.parsing.nb.DataObjectEnvFactory.findMimeParser(DataObjectEnvFactory.java:78) at org.netbeans.modules.parsing.api.ParserManager.findParser(ParserManager.java:374) at org.netbeans.modules.parsing.api.ParserManager.parseWhenScanFinished(ParserManager.java:339) at org.netbeans.modules.web.clientproject.remotefiles.RemoteFiles.update(RemoteFiles.java:77) at org.netbeans.modules.web.clientproject.remotefiles.RemoteFiles.getRemoteFiles(RemoteFiles.java:112) at org.netbeans.modules.web.clientproject.remotefiles.RemoteFilesNodeFactoryImpl$RemoteFilesNodeListImpl.keys(RemoteFilesNodeFactoryImpl.java:64) at org.netbeans.spi.project.ui.support.NodeFactorySupport$DelegateChildren$1.run(NodeFactorySupport.java:177) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418) at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45) ``` -- 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: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists