I automated my entire dev startup with one VS Code shortcut, and the terminal became optional
…Since every project had a separate tasks.json file inside the project directory ( .vscode/tasks.json ), I didn’t have to change the command if the project backend changed from FastAPI to…