You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sd before after ${file}
sd before after ${selectedText}
sed -i 's/old-text/new-text/g' ${file}
sed -i 's/old-text/new-text/g' ${selectedText}
${selectedText} | tr "a-z" "A-Z"
cat ${file} | tr "a-z" "A-Z"
These command examples are just to give a rough idea.
The text was updated successfully, but these errors were encountered:
Please add support for predefined variables like ${file}, ${workspaceFolder}, ${selectedText} etc. mentioned in https://code.visualstudio.com/docs/editor/variables-reference#_predefined-variables so that we can use commands like:
These command examples are just to give a rough idea.
The text was updated successfully, but these errors were encountered: