News

Python in VS Code Now Supports Pre-Release Extension Option

Microsoft's dev team responsible for the Python in Visual Studio Code experience announced that its extension now supports pre-release versions for the latest cutting-edge bits.

Those bits used to be served up via the Insiders program that offered fresh builds daily, but Microsoft is switching to the pre-release scheme for a smoother opt-in and upgrade experience. Developers previously would flip a setting to opt in to receive daily builds, and then be notified after a download that the update could be enabled.

Now, getting the latest builds of the super-popular Python extension in the Visual Studio Code Marketplace (nearly 52 million installs) is easier.

"For a smoother opt-in and upgrade experience, we're migrating our Insiders program to pre-release versions of the Python extension," said Luciana de Melo e Abud, program manager for the Python tool, in a March 3 blog post. "You can install a pre-release version by opening the extension's view in VS Code (Ctrl + Shift + X or ⌘ + ⇧ + X), searching for Python, and opening the Python extension."

There's also an "Install Pre-Release Version" option available via a down arrow selector next to the Install button, as shown in this graphic:

Pre-Release Support
[Click on image for larger view.] Pre-Release Support (source: Microsoft).

"If you were part of our Insiders program and had the 'python.insidersChannel' setting set to 'daily,' you will automatically start using the pre-release versions of the Python extension. If you had the 'python.insidersChannel' setting set to weekly, you will be prompted to choose whether to install the pre-release version or to switch to the stable version. These settings will also be removed as they are no longer supported."

Microsoft's Jupyter extension also supports the pre-release scheme, which was introduced in the November 2021 update.

Otherwise, the March 2022 release of the Python Extension for Visual Studio Code was described as "short" because the team focused on upcoming features. One other highlight concerns changes to the interpreter selector on the status bar. Specifically, the team is experimenting with two different locations of the interpreter information/selector on the status bar in order to align more with other language extensions.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube