I'm working in a project with Django and Vue, everyday when I open VSCode I have to manually open 3 terminals, one for running livereload server
, the second for django server (runserver)
and the third to execute webpack
.
My VSCode crashes several times a day and I have to restart it, and I spend a lot of time doing it every time.
Is there a way to save the terminals configuration in the workspace and force VSCode to execute the commands they were executing when i closed it? I've not found a visual-studio-task or estension which satisfies my need.
Thanks a lot.