Hacker News new | ask | show | jobs
by bladegash 1508 days ago
I am a big fan of WSL and used it extensively for a while across multiple development environments. Also like using Windows a lot and feel more productive on it than Unix based systems.

However, I started to run into a lot of issues with the file systems being a bit too commingled though, especially when using things like VSCode’s WSL integrations where you’re regularly reading/writing to the Linux file system from Windows (or vice versa).

I guess I mention this to say that I ended up putting Ubuntu on a Hyper V VM and it was a huge improvement. If you enjoy WSL, but need something a bit less integrated, I highly recommend it. Using VSCode’s remote container/host extensions work just as well (if not better for things like Docker).

1 comments

Hmm was this for WSL v1? The previous implementation had pretty bad filesystem performance, but I haven't had any issues with WSL2. I host an app where I write gigs of data to disk every day without any perf issues.

But WSL1 would've been super slow for the same use case