News

VS Code March 2019 Release Is a Snap (Linux, That Is)

Using the new Visual Studio Code 1.33 (March 2019 version) is a snap -- of the Linux variety that lets the popular open source code editor be distributed as a snap package.

Editor's note: this article has been corrected to clarify that v1.33 is the VS Code March release, though the announcement post was published in April.

"We now fully support distributing Visual Studio Code as a snap package," Microsoft said in an announcement post. "Snaps work across many different Linux distributions, provide reliable execution environments for a much stabler VS Code, and support background updates. Yes, that's right, you now get in-product automatic updates for Linux just as the Windows and macOS users do."

An Ubuntu post announcing the new snappiness explains that: "Snaps are containerized software packages designed to work across cloud, desktop and IoT devices. They work natively on most popular Linux distributions and feature automatic updates and rollback functionality, enhanced security and greater flexibility for developers working within Linux environments."

VS Code is featured in the Snap Store (or, if you're an "Insider," here).

"Visual Studio Code is hugely popular, and it's fantastic that we're able to help it extend its reach into the Linux ecosystem," commented Evan Dandrea, engineering manager at Canonical, which does the Ubuntu distro. "Developers are the lifeblood of snaps and it is great to see this recognition from Microsoft as they join a host of others who can now provide their users with the latest updates seamlessly, and with assurance of rollbacks and containment."

The new VS Code release otherwise features a slew of new features, tweaks and fixes, neatly summarized by Microsoft like this:

Or, if you prefer your new features summarized by category, Microsoft took care of that, too:

  • Workbench: Improved Source Control view, easier list navigation with screen readers.
  • Integrated Terminal: ConPTY on by default on Windows, rendering performance improvements.
  • Languages: Disable CSS property value completions, TS improved inference and const assertions.
  • Extension Authoring: Finalized smart selection API, install extension command.
  • Engineering: Official Linux snap package, faster OSS builds with NPM package caching.

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