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
Using VSC 1.3.0-insider and PowerShell 0.6.1. The colorizer portion exhibits odd behavior then a quoted string contains the @ character. The behavior changes depending on whether single- or double-quote character is used, but both are incorrect/
Edit/create .ps1 file with multiple lines of code, add line like $next = $jsonObj.'@odata.nextlink' colorizer-bug.ps1.txt
in body
Notice incorrect coloration of remaining code
Change single quote to double quote like $next = $jsonObj."@odata.nextlink"