Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Diagnostics for input not refreshed in python interactive window when input is cleared #8021

Closed
mjbvz opened this issue Jul 1, 2021 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug interactive-window Impacts interactive window notebook-intellisense Intellisense & other language features in notebook cells for any language

Comments

@mjbvz
Copy link
Contributor

mjbvz commented Jul 1, 2021

Testing microsoft/vscode#127378

  1. Open native jupyter interactive window
  2. Start typing a variable name that doesn't exist such as abc
  3. Delete or execute to clear the input

bug
The diagnostics for the missing variable remains.

interactive.mov

Similar issue I sometimes see:

  1. Type abc
  2. Delete all
  3. Type def
  4. 🐛 You get an reported for abcdef not being defined.
@mjbvz mjbvz changed the title Diagnostics not cleared in python interactive window Diagnostics for input not refreshed in python interactive window when input is cleared Jul 1, 2021
@joyceerhl
Copy link
Contributor

Should be resolved by microsoft/vscode-python#16586

@connor4312
Copy link
Member

This still appears to happen

@rebornix rebornix transferred this issue from microsoft/vscode Oct 25, 2021
@rebornix rebornix assigned rchiodo and unassigned joyceerhl Oct 25, 2021
@rchiodo rchiodo added the notebook-intellisense Intellisense & other language features in notebook cells for any language label Oct 25, 2021
@DonJayamanne DonJayamanne removed their assignment Oct 25, 2021
@greazer greazer added interactive-window Impacts interactive window bug Issue identified by VS Code Team member as probable bug and removed needs-triage labels Oct 25, 2021
@rchiodo
Copy link
Contributor

rchiodo commented Nov 11, 2021

This should no longer be an issue as IW diagnostics are completely ignored now.

@rchiodo rchiodo closed this as completed Nov 11, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug interactive-window Impacts interactive window notebook-intellisense Intellisense & other language features in notebook cells for any language
Projects
None yet
Development

No branches or pull requests

6 participants