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"
Notice incorrect coloration of remaining code
The text was updated successfully, but these errors were encountered:
Since @gravejester has fixed this I'll go ahead and close the issue. @mlhickey, you may not see the fix until the next VS Code release (or an upcoming VS Code Insiders build if you use that). Thanks!
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/
colorizer-bug.ps1.txt
in body
The text was updated successfully, but these errors were encountered: