Python extension for VS Code receives its March 2020 update

Share
  • March 30, 2020

As usual, the monthly update for the official Visual Studio Code Python extension was announced by Luciana de Melo e Abud on Microsoft’s Python blog.

SEE ALSO: JavaScript on top, Python ties with Java in RedMonk rankings

Let’s see what new features Microsoft’s source code editor has in store for Python developers.

Meet the new debugger

The Python extension for VS Code now comes with a new debugger, debugpy, which was proudly announced on Twitter:

debugpy is designed to be faster and more reliable, and implements the Debug Adapter Protocol debugProtocol.json. As the above gif on Twitter shows, there is also a new way to attach the debugger to local processes, which could previously prove to be difficult in some cases.

The debugpy wiki includes information on API changes, CLI reference, switching vom ptvsd and more.

Altogether, 66 issues have been closed in the March update, including 43 bug fixes. For example, the notebook editor and the interactive windows now support scrolling beyond the last line, and the auto-completion library Jedi has been updated to v0.16.0.

SEE ALSO: Top 6 IDEs of March

Luciana points out that Python extension users may see additional changes that haven’t been mentioned. That’s because the extension developers are constantly A/B testing new functions. It is possible to opt out of the testing program by changing the python.experiments.enabled setting to false in the settings.json file.

The Python extension for Visual Studio Code is available in the Marketplace.

See the release post for further details on the latest update.

The post Python extension for VS Code receives its March 2020 update appeared first on JAXenter.

Source : JAXenter