I'm currently trying to integrate https://github.com/jbangdev/jbang-eclipse with jdt.ls, which kinda worsS, but I noticed the Java Projects view doesn't show the JBang classpath container defined in https://github.com/jbangdev/jbang-eclipse/blob/main/dev.jbang.eclipse.core/plugin.xml#L38. In Eclipse it looks like:

The label is defined in https://github.com/jbangdev/jbang-eclipse/blob/main/dev.jbang.eclipse.core/src/main/java/dev/jbang/eclipse/core/internal/classpath/JBangClasspathContainer.java#L26, but I don't know if there's an easy way to get to that, using JDT's API.
In any case, not showing the dependencies at all is very annoying.

I'm currently trying to integrate https://github.com/jbangdev/jbang-eclipse with jdt.ls, which kinda worsS, but I noticed the Java Projects view doesn't show the JBang classpath container defined in https://github.com/jbangdev/jbang-eclipse/blob/main/dev.jbang.eclipse.core/plugin.xml#L38. In Eclipse it looks like:
The label is defined in https://github.com/jbangdev/jbang-eclipse/blob/main/dev.jbang.eclipse.core/src/main/java/dev/jbang/eclipse/core/internal/classpath/JBangClasspathContainer.java#L26, but I don't know if there's an easy way to get to that, using JDT's API.
In any case, not showing the dependencies at all is very annoying.