Request textDocument/hover failed #4476
Labels
area-intellisense
LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.
bug
Issue identified by VS Code Team member as probable bug
Uh oh!
There was an error while loading. Please reload this page.
Environment data
Expected behaviour
If you create a new file and change language mode to magic python
Output
panel shouldn't fill with error messages when you move the mouse over code before saving the fileActual behaviour
If you create a new file and change language mode to magic python
Output
panel fills with error messages when you move the mouse over code before saving the fileSteps to reproduce:
Ctrl+N to create a new file, change language mode to magic python but don't save file. Add code and move mouse over it.
log becomes full of error messages (made worse by an issue I've already submitted resulting in
Output
panel grabbing focus anytime a message is logged to it.Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)The text was updated successfully, but these errors were encountered: