mkdir incorrect-problem-report
cd incorrect-problem-report
code .
In VS Code, run "Create: New Jupyter Notebook" command
When prompted, select python interpreter and choose Create Virtual Environment...
In the first cell in the notebook, enter ?print or print? or any valid object with ? before or after it (see IPython accessing help to see where this syntax is documented)
Open the PROBLEMS window in VS Code
Expected behavior
No PROBLEMs listed.
Actual behavior
The PROBLEMS tab shows:
Invalid character "\u3f" in token
In light gray Pylance [Ln 1, Col 1] to the right of the message.
Environment data
Code Snippet
In a Jupyter notebook IPython cell:
Repro Steps
?print
orprint?
or any valid object with?
before or after it (see IPython accessing help to see where this syntax is documented)Expected behavior
No PROBLEMs listed.
Actual behavior
The PROBLEMS tab shows:
In light gray
Pylance [Ln 1, Col 1]
to the right of the message.Logs