Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change Integrated Terminal title in vscode

We can open command prompt in vscode by using the Integrated Terminal feature in View menu.

We can even open multiple terminals as shown below:

Integrated terminal Is there any way I can change the title of the terminal ?

  • 1: cmd.exe will be build terminal
  • 2: cmd.exe will be watch terminal

I have gone through the integrated terminal documentation but I didn't find a way to do that.

like image 307
Gangadhar JANNU Avatar asked Mar 20 '17 07:03

Gangadhar JANNU


Video Answer


1 Answers

Press in windows Ctrl + Shift + P and after type: Terminal: Rename, there you can change the terminal name/title

like image 53
diarcastro Avatar answered Sep 21 '22 07:09

diarcastro