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
I tested for theia commit before these changes #9189 and resolving a variable for shell tasks works well for me.
So, it looks like the current issue is a regression after merging #9189.
Bug Description:
I detected that resolving variables is not working at least for
shell
tasks.Steps to Reproduce:
tasks.json
fileYou can try with other variables, like
${workspaceFolder}
, for exampleThe expected behavior: the task's output should contain the path to the open file:
The actual behavior: there is an empty string instead of the path:
Additional Information
There is an error in the browser console:
The text was updated successfully, but these errors were encountered: