Results 44 comments of orbitz

I've just gotten Ubuntu working, I tracked down the issue to Ubuntu installs on (hd0,gpt2) but bhyve is started with (hd0,msdos1). I modified the ioh-guest code to force it to...

I'd like to bump this as also a desired feature request

I'll take a look at the PR. To explain the output a bit: Given `` and `` a `let` looks like: ``` let x = in ``` Or ``` let...

This appears to have been introduced in `0.5.4`.

I can install Eclipse, at least: Below is the list of packages available. If I have eclipse installed can I somehow use jdtls with that? The specific error was not...

It looks installing eclipse I get the FreeBSD versions of the packages I need. What I'm not sure of is how to tell jdtls to use them. ``` /usr/local/share/eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.sdk.ide.executable.gtk.freebsd.amd64_4.24.0.v20220616-0004 /usr/local/share/eclipse/plugins/org.eclipse.core.filesystem.freebsd.amd64_1.2.300.v20220616-0004.jar...

Testing now. Also, do I need to make any changes to config dir? the jdtls python file also needs to be updated to support FreeBSD but I'm not sure what...

The configurations contain an "osgi.bundle" variable and I'm not quite sure how to rework that for my needs as I don't really understand the path format (for example a bunch...

I've made some progress. I've taken the most recent milestone build, symlinked in my FreeBSD specific jars, then modified config_linux to replace the linux specific ones with my FreeBSD ones...