Closed dbrgn closed 3 years ago
As discussed in #18, this reverts commit 4f5e4105d833697c95fc415afeebe5b92f0bfee9.
Instead of using ~ or $HOME, the variable ${env:HOME} should be used, as it's the official way of referencing the home dir: https://code.visualstudio.com/docs/editor/variables-reference#_environment-variables
~
$HOME
${env:HOME}
Build succeeded:
As discussed in #18, this reverts commit 4f5e4105d833697c95fc415afeebe5b92f0bfee9.
Instead of using
~
or$HOME
, the variable${env:HOME}
should be used, as it's the official way of referencing the home dir: https://code.visualstudio.com/docs/editor/variables-reference#_environment-variables