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
We used to have ${env.windir} but then VSCode broke us so we switched back to C:\Windows.
It turns out that the VSCode folks changed the syntax to ${env:windir} - replacing the dot with a colon.
Here's the VSCode issue describing this: microsoft/vscode#28365 (comment)
0 commit comments