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

The jupyter notebook doesn't have correct code suggestion when typing '' #7951

Closed
Micro-sheep opened this issue Oct 16, 2021 · 1 comment
Closed
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug

Comments

@Micro-sheep
Copy link

Environment data

  • VS Code version: 1.61.1
  • Jupyter Extension version (available under the Extensions sidebar): v2021.9.1101343141
  • Python Extension version (available under the Extensions sidebar): v2021.10.1336267007
  • OS (Windows | Mac | Linux distro) and version: Windows 11
  • Python and/or Anaconda version: python 3.7
  • Type of virtual environment used : conda
  • Jupyter server running: Local

Expected behaviour

When typing '', there should not be any suggestion like typing in .py file.

image

Actual behaviour

When typing in jupyter, it show suggestions like bellow
image

Steps to reproduce:

  1. Create a new .ipynb file and edit it in vscode
  2. Select python 3.7 as kernel
  3. Type '' or "" in cell in jupyter
  4. Then you will see incorrect suggestions like above.
@Micro-sheep Micro-sheep added the bug Issue identified by VS Code Team member as probable bug label Oct 16, 2021
@claudiaregio
Copy link
Contributor

Dupe of #7880

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 17, 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
Projects
None yet
Development

No branches or pull requests

2 participants