vscode-edit-with-shell icon indicating copy to clipboard operation
vscode-edit-with-shell copied to clipboard

How can I use Predefined Variable With Shell Command

Open blueray453 opened this issue 3 years ago • 0 comments

When I run a command with predefined variable, it does not expand that variable.

Suppose I have selected a text example.png in the editor, then run xargs -I {} echo '${fileDirname}'{}, the output is ${fileDirname}example.png instead of path/to/file/example.png

What can I do?

blueray453 avatar Sep 25 '22 16:09 blueray453