I stopped switching to a terminal to run scripts once I found VS Code's task runner
…Each one lives inside tasks.json, which sits in the .vscode folder of the project. The structure is straightforward. You define a label, choose between a shell or process type, and write…