OneDrive and git - don't do it

I recently turned on OneDrive's "Known Folder Move" feature, which syncs your "known folders" (Documents, Downloads, and Pictures) to OneDrive. I had been keeping my git repositories in my Documents folder, which means they were now being synced to OneDrive. tl;dr - OneDrive's known folder move is nice for…

Django template formatting in VSCode

I'm currently learning Django. Doing things in Visual Studio Code has been an awesome experience - except for one thing. Whenever I would save a template, some sort of autoformatting would happen and make my Django template tags look really undesirable. Here's an example (shoutout to the Django Girls tutorial…