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
To get around this, I've had to replace all PowerShell variables with double $. They are still treated as placeholders but if I don't change them, at least they stay that way.
Please fill in these details so that we can help you!
System Details
$PSVersionTable
: PS v6 alpha 13Issue Description
Variables inside of PowerShell snippets are now being treated as placeholders. For example, these are the exact same thing now:
$var
${var}
The text was updated successfully, but these errors were encountered: