How To Save Terminal In VS Code | Save Terminal Tabs To Saved Workspace VSCode | Restore Terminal

preview_player
Показать описание
How To Save Terminal In VS Code | Save Terminal Tabs To Saved Workspace VSCode | Restore Terminal

Code used in Video :

{
"splitTerminals": [
{
"name": "git",
"commands": ["cd .", "git status"]
}
]
},
{
"splitTerminals": [
{
"name": "Client",
"commands": ["cd frontend", "npm start"]
}
]
},
{
"splitTerminals": [
{
"name": "Server",
"commands": ["cd backend", "npm run server"]
}
]
}
]

__________________________________________

▶️ Say "Hello🙋‍♂️" to me On:

Рекомендации по теме
Комментарии
Автор

Wow, that's exactly what I was looking for! Thank you so much! ❤

FGA-
Автор

thanks, is it possible to make it different per project? eg for project A run command A and B, and Project 1 run command 1 and 2

JigneshThummar
Автор

Hello, can you restore terminal settings as well? Like name, color and icon? Or you have to set them manually every time ?

SorinPascar
Автор

This is not really saving terminal. It's like opening a set of terminal every time.

gnogvyg