September 4th, 2019
0 reactions

Python in Visual Studio Code – September 2019 Release

Luciana Abud
Senior Product Manager

We are pleased to announce that the September 2019 release of the Python Extension for Visual Studio Code is now available. You can download the Python extensionfrom the Marketplace, or install it directly from the extension gallery in Visual Studio Code. If you already have the Python extension installed, you can also get the latest update by restarting Visual Studio Code. You can learn more about  Python support in Visual Studio Code in the documentation.  

This was a short release where we closed 35 issues, including improvements to the Python Language Server and to Jupyter Notebook cell debugging, as well as detection of virtual environment creationThe full list of enhancements is listed in ourchangelog. 

Improvements to Python Language Server 

The Python Language Server now has linting capabilities, and its latest release includenew linting messages and variety of additional general improvements, which are listed in the section “Other changes and enhancements” below  

The linting messages provided by the Python Language Server include detecting unresolved imports, undefined variables, too many arguments in a function call, unknown keyword arguments and inheriting from something that is not a class. To see the full detailed list of linting messages, you can check the documentation in the Language Server GitHub repo or the settings reference page within the Python for Visual Studio Code docs.