News

Open Source VS Code Python Language Server Dies, Replaced by Proprietary Pylance

Microsoft officially pounded the last nail into the open source Microsoft Python Language Server coffin, replacing it with the company's proprietary Pylance extension for coding with Python in Visual Studio Code.

The move affects millions of developers, as the Python extension is by far the most popular tool in the VS Code Marketplace, having been downloaded nearly 50 million times, about twice as much as the next most popular extension: Jupyter.

While the company isn't forcing users to switch to its new proprietary language server -- pointing to an open source alternative -- it's the new default.

"In September, we announced that the Microsoft Python Language Server would be reaching end of life as of the November 2021 release of the Python extension," said Savannah Ostrowski, program manager, Pylance, in a Nov. 4 blog post. "Since then, we've encouraged our remaining legacy language server users to switch to a supported language server -- either Pylance (our default and recommended language support) or Jedi.

"As of today's release, all remaining users who have not chosen a new language server have been flipped to the default language support for Python in Visual Studio Code -- Pylance. If at any point you want to try a different language server, you can do that by updating your settings."

Although Microsoft said the new language server is more performant and feature-rich, the move goes against the grain of the company's fairly recent embrace of the open source movement after years of being viewed by many as a proprietary corporate bully with a closed, tightly controlled development ecosystem.

The open source implications of the switch were brought to the fore in June 2020 when a GitHub issue in the Pylance repo was posted with this entreaty: "Please consider making Pylance open source so other editors can leverage it."

Ostrowski's reply read: "We appreciate your suggestion, but we are not planning to make Pylance open source at this moment.

"Pylance is a completely new language server implementation,  with significant enhancements, and is planned to be included in proprietary service offerings.  A large amount of the code that powers Pylance is available as open-source in the Pyright type checker."

The back-and-forth discussion continued for about a month and a half before Microsoft locked it as resolved.

Besides the announcement that the Microsoft Python Language Server had reached end of life, the post about the last dev cycle mostly concerns housekeeping, closing off a bunch of issues.

However, Ostrowski did say: "We would like to thank all participants of the Grace Hoper Celebration's Open Source Day who contributed to the Python extension last October."

About the Author

David Ramel is an editor and writer for Converge360.

comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube