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
This expression is causing two errors with syntax parsing in VS-Code:
'the string is missing the terminator: ".
$(subexpression) is missing the closing ')'.
"$("(")"
Maybe there is some weirdness with bare ( in PowerShell string literals that I'm not aware of, but this seems wrong to me. No amount of escaping seems to resolve the issue, either. In the PowerShell prompt, pressing Enter after entering this text displays the multi-line input prompt, indicating that the shell also thinks the input is incomplete.
This repros with any size string literal, as long as there is an unbalanced OPEN parentheses inside the string.