Create multiple terminals and run commands in VSCode
问题 I'm on a Mac 💻. I'm trying to explore a way to create 4 Terminals as soon as I dbl-clicked on my workspace file. I've tried to get one working, but I seem stuck { "folders": [ { "path": "/Users/bheng/Sites/laravel/project" } ], "settings": { "workbench.action.terminal.focus": true, "terminal.integrated.shell.osx": "ls", "terminal.integrated.shellArgs.osx": [ "ls -lrt" ] }, "extensions": {} } My goal is to open 4 Terminals Terminal1 : run 'npm run watch' Terminal2 : run 'ls -lrt' Terminal3 :