VS Code 1.44 includes a stable release of Timeline view & Python tutorials

Share
  • April 9, 2020

Every month, Microsoft releases a new version of Visual Studio Code—and now v1.44 has arrived. This update addresses several accessibility issues and adds new features, so let’s dive right in.

SEE ALSO: Python extension for VS Code receives its March 2020 update

Timeline view and accessibility

Last month, Timeline view was added to VS Code as a preview feature for visualizing time-series events such as Git commits. Now it’s stable and enabled by default, so take a look and give it a try.

Microsoft keeps track of VS Code’s accessibility issues via community feedback, and with this release, several issues have been solved. For example, diff view now lets you use F7 and Shift + F7 for navigation. It now also supports Stage / Unstage / Revert Selected Ranges commands. Other updates include behavior tuning of the Quick Pick widget and CodeLens.

Python tutorials

Python users can now follow two new tutorials for either usage with Docker containers or for data science.

The first tutorial explains how to build a Python application in a Docker container and requires Docker Desktop as well as the VS Code Docker extension. The second tutorial teaches you how to use Python data science libraries and create a basic machine learning model. If you don’t already have the full Anaconda version—a Python distribution for scientific computing—installed, you can also use Miniconda with Python 3.7.

SEE ALSO: Brand new ML Magazine 1/2020 is now available for download

Other updates in VS Code 1.44 include new options for the preview feature of synchronizing settings across machines. Additional features for Quick Open (Ctrl + P) are on board as well and it has been migrated to the latest list control.

See the full list of updates in VS Code 1.44 in the release notes.

The post VS Code 1.44 includes a stable release of Timeline view & Python tutorials appeared first on JAXenter.

Source : JAXenter