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 behavior started occurring with Pylance version 8.103. I believe it is caused by changes in Pyright. An unclosed quote or parentheses before or around print might cause the parser to misinterpret the statement.
Describe the bug
Python installed from Microsoft Store.
Steps to Reproduce
print("hello"
.Expected behavior
The error message states that
'(' was not closed.
Additional context and screenshots
The Error List shows another error message:
Statements must be separated by newlines or semicolons.
Logs
Output for
Pylance
in theOutput
panelThe text was updated successfully, but these errors were encountered: