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
#1094 is closed, so I'm opening a new one here.
Variable substitution using ${env:var} doesn't seem to be working for me when I try to set it in the localPath property under volumes. I'm using version 1.3.1 on MacOS.
Predefined variables like ${workspaceFolder} work though.
Running the following task outputs the expected path.
When I run the container using the extension, the docker run command contains -v "${env:HOME}/.aspnet/https:/https:ro" versus -v "/home/myuser/.aspnet/https:/https:ro"
This one is the same as #1961, ultimately same as #1413. @cecilphillip, we need changes from the VSCode team to unblock this scenario, do you mind commenting on microsoft/vscode#81007 to encourage them to make said changes? 😄
#1094 is closed, so I'm opening a new one here.
Variable substitution using
${env:var}
doesn't seem to be working for me when I try to set it in thelocalPath
property undervolumes
. I'm using version 1.3.1 on MacOS.Predefined variables like
${workspaceFolder}
work though.Running the following task outputs the expected path.
When I run the container using the extension, the docker run command contains
-v "${env:HOME}/.aspnet/https:/https:ro"
versus-v "/home/myuser/.aspnet/https:/https:ro"
my configured task looks like this..
The text was updated successfully, but these errors were encountered: