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
Added that (task) variables in Terminal Command also get replaced now (7a779f8)
Mind that it only supports "remote" task variables, as mentioned in #232. You'll have to use e.g. ${remoteWorkspaceFolder}, although I could add support for "local" task variables (e.g. ${relativeFile} instead of ${remoteRelativeFile}) later on.
It'll probably take a day or two before I push an update with this new feature. If you need this immediately, you can download a built version with the change here already.
Which variables are we able to use in the configuration?
I want to configure the Terminal Command to something like:
export STRTDIR="${workingDirectory}";/bin/bash -i
How should I go about this?
The text was updated successfully, but these errors were encountered: