What's the best way to work with Airflow code inside the WSL Ubuntu?

I’m working with GitHub and Atom.io code editor on Windows. I read that it can create file corruption if I edit the WSL subsystem files with my windows system. Any recommendations?

We’d recommend installing your code editor directly in the WSL (Windows Subsystem for Linux) and editing there to simplify your workflow and keep everything within the WSL. You can create Astro projects via the WSL in a mounted windows folder
(don’t touch any WSL Linux folders via Windows), and work there directly with your code editor and GitHub.