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
The goal is to verify that the environment variables in a task terminal haven't changed and are resolved correctly. i.e., your tasks have the same environment as VS Code. You can use the following task as a starting point, just open a folder, such as your clone of microsoft/vscode and add the following to .vscode/tasks.json:
Refs: #108804
Complexity: 3
Create Issue
The goal is to verify that the environment variables in a task terminal haven't changed and are resolved correctly. i.e., your tasks have the same environment as VS Code. You can use the following task as a starting point, just open a folder, such as your clone of microsoft/vscode and add the following to .vscode/tasks.json:
The
"${env:path}"
is the important part. More info.To verify, run the "Run Task" command and choose the above task.
path
in the sample task with other variables that you expect to be set.The text was updated successfully, but these errors were encountered: