Make VS Code Automatically Run Your Project Startup Commands When You Open That Project’s Folder
Do you have a project where every time you open up that project’s root folder in VS Code, you need to run something like npm run dev to get started working? It’s likely that spins up the compiler and server and such needed to see and work on the site. Myself, I’ve got lots of […]