Broken variable substitution in swift
type of task in "task.json"
#1150
Labels
bug
Something isn't working
needs investigation
Issue requires some investigation before it can be worked on
Describe the bug
Variable substitution is broken in
swift
type of task in "task.json"To Reproduce
Steps to reproduce the behavior:
"${cwd}"
inargs
section of the task of typeswift
${cwd}
is printed out without being executed.Expected behavior
In VSCode documentation, it noted
So
args
section intask.json
should expand${variable}
s.Environment
Additional context
N/A
The text was updated successfully, but these errors were encountered: