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

Only first instance of repeated variable is substitued #14

Closed andiPossess closed 6 years ago

andiPossess commented 6 years ago

When using variable substitutions such as [cwd] or [fileBasenameNoExtension], if using the same variable more than once in a command, instances after the first are not substituted properly, resulting in output such as echo c:\Users\xxxxxxx\ [cwd] [cwd] instead of the expected result.

Occurs in Terminals Manager version 1.11.6 installed directly from the extensions sidebar, VSCode version 1.23.1.

fabiospampinato commented 6 years ago

Thanks for reporting the issue, fixed in v1.11.7.