fabiospampinato / vscode-terminals

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

is there a way actually to use vscode variable substitution in a command ? #6

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hi, tried different thing, but didn't find a way to use vscode variable substitution in a command, like ${cwd} or ${fileBasename}.. is there a way to do that actually or not ? thanks. Fred

fabiospampinato commented 6 years ago

It isn't currently implemented, no.

What's the use case for this? Generic global terminals?

ghost commented 6 years ago

yes.. but I will do it differently, no problem. I think I could do it from the Commands extension or eventually via the call of a Batch file. thanks..

fabiospampinato commented 6 years ago

No problem.

I'm keeping this open though, it seems to be an interesting addition.

fabiospampinato commented 6 years ago

Implemented in v1.8.0.

ghost commented 6 years ago

nice, thanks !!