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
Apparently in VS Code you can use ${env:SOMEVAR} to use the environment variable's content.
However, in a powerHeader template setup I am trying the following:
Apparently in VS Code you can use
${env:SOMEVAR}
to use the environment variable's content.However, in a
powerHeader
template setup I am trying the following:settings.json
Upon inserting the header into a new file I get
This seems to be a bug in my opinion. Or is there another way of doing that, which I couldn't find in the documentation?
The text was updated successfully, but these errors were encountered: