VS Code Improves Docker Support
Written by Mike James   
Tuesday, 11 May 2021

Visual Studio Code 1.56 has been released with improvements including the ability to manage mounted volumes inside Docker containers. The release also handles clickable events better in the Workbench.

Visual Studio Code (VS Code) is Microsoft's open source code editor, and despite the name has nothing to do with Visual Studio.

vscodeicon

The improved Docker support is part of the continuing work on VS  Code's Remote Development extensions, which allow developers to use a container, remote machine, or the Windows Subsystem for Linux (WSL) as a development environment. This update adds a new volume view when the Clone Repository in Container Volume option is used. There's also a new local terminal warning when a local terminal is launched within a remote window to help differentiate such terminals from true remote terminals.

The mouse hover feedback for actions has been improved across the Workbench to make it easier to find clickable editor actions.  Other improvements to the Workbench include a reminder to set a language in order to get full VS Code language support; Updated custom dialogs to provide better focus on the dialog; and the option to only auto update those extensions that are currently enabled.

Debugging is another area that has received improvements. The view of breakpoints has been made clearer to include the access type (read, write or access), and there's better status and error reporting for exception breakpoints.  It's also now possible to flip between launch and attach debug sessions to provide more options for stop and disconnect commands. Another enhancement updates the Call Stack column indicator every time a debugging session is stopped on a line to make it clearer where the program is currently stopped.

All-in-all these are a useful set of enhancements for an already highly usable IDE - that is once you get used to its sometimes strange ways of doing things..

 vscodeicon

More Information

Visual Studio Code Website

Related Articles

Edge Tools Added To VS Code

Visual Studio Online Is VS Code

Open Source Visual Studio Code Without Trackers Launched

Run VSCode in the Browser

Atom v Visual Studio Code - The Unexpected Consequence Of Consolidation

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


GitHub Introduces Code Scanning
26/03/2024

GitHub has announced a public beta of a code scanner that automatically fixes problems. The new feature was announced back in November, but has now moved to public beta status.  



Query Your Oracle Autonomous Database With Natural Language
22/04/2024

Select AI is a new feature of the Oracle Autonomous Database that transforms your mother language to SQL. This is a big boon for non-developers in extracting value out of their data silos.


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Tuesday, 11 May 2021 )