The November 2020 release of the Python Extension for Visual Studio Code is released recently by Microsoft. The company introduced the Jupyter extension which Python extension now depends on this.
You can download and install the python extension in the Microsoft marketplace or can directly install this extension from the Visual Studio code gallery. If you have a Python extension already, then just restart your Visual Studio code and it will be updated automatically.
Improvements or Enhancements in this November 2020 Release:
- Updated the logic for parsing and sending selected code to the REPL. This is currently under experimentation, but available in the Insiders Program.
- Fixed “TypeError: message must be set” error when debugging with pytest.
For more details about this release, please visit the official website. Courtesy: Microsoft
Comments (0)