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
The ternary operator will soon be added to the PowerShell language. Necessary updates may be needed for the vscode-powershell extension:
New AST type TernaryExpressionAst is added. Changes are made to the visitors in PowerShell. The visitors in powershell extension may need to be updated too.
The new ternary operator may cause syntax colorization issue.
The ternary operator will soon be added to the PowerShell language. Necessary updates may be needed for the vscode-powershell extension:
TernaryExpressionAst
is added. Changes are made to the visitors in PowerShell. The visitors in powershell extension may need to be updated too./cc @rjmholt @TylerLeonhardt
The text was updated successfully, but these errors were encountered: