fabiospampinato / vscode-terminals

An extension for setting-up multiple terminals at once, or just running some commands.
MIT License
121 stars 20 forks source link

Fearue request: rename the terminal to the corresponding name #38

Closed Aminadav closed 4 years ago

Aminadav commented 4 years ago

I think it should be pretty easy. To give the terminal the name of the command in the terminals.json.

image

This is VS code to rename terminals, so just executing it automatically.

@fabiospampinato What do you think?

BTW, I'm a 1 day user of the extension and really like it.

fabiospampinato commented 4 years ago

Like you want your terminal to be called "npm start" rather than "node"?

I'd say just setting the name property would be better.

Aminadav commented 4 years ago

I'm saying to give the terminal in vs code, the same new I gave in the terminals.json file.

fabiospampinato commented 4 years ago

It already works like that, can you post your configuration?