
Windows subsystem for Linux is of any use?
I was a long term user of Arch Linux. But recently I decided to switch to Windows. Why? Because I needed to do some media editing and I heard about WSL which promises a more comfortable life for developers on Windows. Installation So I installed a new SSD and started my Windows 10 installation process. Installation went smooth. Then I opened PowerShell to activate the feature and downloaded Ubuntu from the Windows Store. Finally, I launched bash and installed git, nodejs, npm, yarn, python, pip. I was excited to try it all out on Microsoft own Visual Studio Code as it is the only editor which officially supports WSL. ...