Ryan Chandler · Mar 24, 2023
Automatically running commands in Visual Studio Code projects
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Modern web development generally involves running various scripts in your terminal to build assets, analyse your code and more. It's incredibly annoying to run those commands manually everytime you open a project. Thankfully it's possible to automate that process in Visual Studio Code using tasks.json file. Let's say that I'm working on a Laravel project and want to have Vite running. The command…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.