Sample 1
Sample 2
VS Code intellisense shows double suggestions in python whenever I write.
Is there a setting in VS Code, so I can change them to the normal state?
2
Press Ctrl+Shift+X to see if other prompt extensions are installed and python original completion is applied at the same time.
Disable unwanted prompt extensions can solve it.
This is a known issue. Upgrading the Jupyter extension to the pre-release version solved it.
Click here to cancel reply.
2
Answers
Press Ctrl+Shift+X to see if other prompt extensions are installed and python original completion is applied at the same time.
Disable unwanted prompt extensions can solve it.
This is a known issue. Upgrading the Jupyter extension to the pre-release version solved it.