At my bigco, we have all but given up on it and moved everyone to EC2 or Macs for non-Windows workloads.
It seems the issue on Apple hardware is the fight to get Linux booting on bare metal with full support (what Apple supplied for Windows with Bootcamp when moving to Intel), which is the fight Asahi Linux is waging. Is WSL aiding in getting Linux booting from bare metal on proprietary hardware?
People downvoting me because Microsoft are just silly. It is literally undeniable that Microsoft has done more to provide Linux support in the windows ecosystem than Apple has with MacOS. The closest thing Apple has done to “support” Linux is add a hypervisor without a GUI that they’ll tolerate you using but don’t really support. Try opening up a case with Apple about a Linux issue running a hypervisor.framework Linux vm and let me know how it goes…
Microsoft will absolutely support issues you run into with WSl.
They must have made major improvements since the last time I used it then, because filesystem issues was the #1 reason I moved away from WSL
Thankfully AI nowadays does an amazing job in issue diagnostic and resolution, and even patches the kernel to make stuff work, so this is the viable solution.
And then you install multiple Electron apps.
The developers on WSL (the Python project, Django) tend to have a simplified environment. For example they don't run Celery (I never investigated why) and run all the background jobs synchronously or they don't run those jobs at all.
The ones on Macs (the Ruby project, Rails) have the full environment but I remember that they skipped some integration tests because they always failed on their Macs (Capybara and Chromedriver, I don't remember the details.) I was the one running the full test suite. By the way: all the CI services I used in the last 10 years are particularly bad at running those kind of tests. Maybe it's the amount of memory or the timing of the operations and those CI VMs (or containers?) don't play well with the assumptions of the test frameworks. Any language, any framework.