In working with RedwoodJS I often have a few running terminals that I switch between. By default the terminal name is usually the type running (bash, powershell, node, etc.) so it can be confusing when you have multiple terminals to run simultaneously.
Today's quick lesson:
Changing the terminal name in VS Code
Steps
- Select the terminal you want to rename
- Press
CTRL+Shift+P/⇧⌘Pand search for terminal rename - Enter the name you want and press enter
Done. Your terminal has been renamed! 🎉
I hoped this helped you. If there are other quick tips you'd like, or more in depth topics you'd like me to cover, leave a comment or reach out to me, @giannelli.tech
Thanks for reading! 👩💻
Photo by Safar Safarov on Unsplash
Top comments (1)
Thank you very much Amanda, I was looking for a few days for this solution. Thanks for the simplicity and for getting straight to the point.