Something I recently learned about, and have been amazed by: VS Code Multi-root Workspaces.
This is probably basic knowledge for some people, but I only learned about it a few weeks ago.
Basically you can add multiple Git repositories as part of your workspace. It's great because you don't need to clone anything as a sub-repo, or create symlinks to different directories.
I've been using it for projects that depend on other projects that depend on other projects (etc), and I need to traverse the entire chain of functions/modules dependencies to figure out who's dropping the ball.
It's been very very helpful for me. I hope others find it too.
#VSCode #Terraform #Python #Kubernetes #SRE #DevOps #HomeLab @homelab
https://code.visualstudio.com/docs/editing/workspaces/multi-root-workspaces