|
|
|
|
|
by rafaelvasco
1684 days ago
|
|
I use WSL2 daily for work. It's much better then using a fullblown VM, because it's much much faster to open and is completely integrated into Windows, and works seamlessly with Docker for Windows, which is now an order of magnitude faster compared to before. Soon, using VM applications like VirtualBox will make no sense at all for most use cases. |
|
I'm currently wrestling with Ubuntu because IntelliJ will crash hard when opening a Java project on a WSL path.
When it doesn't crash (downgrade the jbr) it will fail to establish the RMI connection with the mvn process in Linux.
In a previous Scala project I also had to go Ubuntu native because the IntelliJ sbt plugin would run the Win10 jvm even when running in the WSL2 context.
So, yeah... there's enough differences to make it unusable for me.