vscode-edit-with-shell
vscode-edit-with-shell copied to clipboard
How can I use Predefined Variable With Shell Command
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?