Configuration
Posts about getting development tools and environments set up the way you want them — WSL, databases, terminals, and whatever else needs a little convincing.
July 6, 2021
Access SQLite DB in WSL from Windows
I recently found myself needing to connect to a SQLite Database inside a project that was in my WSL home directory from Windows.
ReadJuly 5, 2021
Start Your WSL Terminal in Your WSL Home Directory
Either edit your json config or use the graphical settings tool to change the "command line" value to "wsl ~"
Read