News

VS Code 1.49 (August 2020 Update) Continues Remote Development Improvements

In the work-at-home age of COVID-19, Microsoft's open source, cross-platform Visual Studio Code editor continues to see remote development improvements.

The August 2020 monthly update (taking VS Code to version 1.49) features several enhancements to remote development functionality, touching upon automatic port forwarding, container development and more.

To be sure, VS Code's remote development capabilities extend beyond the developer-working-from-home model, addressing other scenarios as well. As Microsoft says in announcing the update, "Work continues on the Remote Development extensions, which allow you to use a container, remote machine, or the Windows Subsystem for Linux (WSL) as a full-featured development environment."

According to the Remote Development extensions site, the package incudes Secure Shell (SSH), containers and WSL components that help developers:

  • Develop on the same operating system you deploy to or use larger, faster, or more specialized hardware than your local machine
  • Quickly swap between different, isolated development environments and safely make updates without worrying about impacting your local machine
  • Help new team members/contributors get productive quickly with easily spun up, consistent development containers
  • Take advantage of a Linux based tool-chain right from the comfort of Windows from a full-featured development tool

As far as specific improvements to bolster that fuctionality, the announcement blog post lists:

  • Automatic port forwarding: Ports detected in terminal output are automatically forwarded to the client.
  • Welcome views: All Remote extensions include a new Welcome experience to help you get started.
  • Remote - Containers: You can now directly clone a repository from GitHub into a container volume.

While the first item is pretty self explanatory, the remote development release notes provide more information on the latter two items, including:

  • SSH Welcome view: When you have no SSH hosts configured, the Remote Explorer shows information with a more noticeable link to prompt you to set up SSH hosts.
  • Containers:

    • Containers Welcome view: When you don't have Docker running or don't have any containers, the Remote Explorer shows better guidance with buttons and links for how to get started with containers.
      The Welcome view if Docker isn't running with a link to display the Help section
      [Click on image for larger, animated GIF view.] In animated action: The Welcome view if Docker isn't running with a link to display the Help section (source: Microsoft).
    • Support for Docker Compose when cloning repository in container volume: Cloning a repository in a container volume with the Remote-Containers: Clone Repository in Container Volume command now also supports DevContainers using Docker Compose.
    • Select a GitHub repository when cloning a repository in a container volume: When cloning a repository in a container volume, you can now select a GitHub repository.
    • DevContainer definition configuration options: DevContainer definitions now come with install and configuration options that are shown after picking a definition with the Remote-Containers: Add Development Container Configuration Files command.
  • WSL Welcome view: When you don't have Windows Subsystem for Linux enabled or you don't have any Linux distributions installed, the Remote Explorer shows better guidance with buttons and links to help get you started with WSL.

The new update post details many other improvements, summarized by Microsoft thusly:


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