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


JConference January 2024 Sessions Now Online
23/02/2024

The talks presented at the 4th JChampions Conference which took place between Jan 25 to Jan 30, are now available for free on YouTube. Topics ranged from Code and Tech to Career Advice.



SnapCode: A Java IDE for the Web
27/02/2024

Thanks to CheerpJ and WebAssembly you can now run a Java IDE inside your browser and local first.This is SnapCode, and while lightweight and in-browser, is to be not underestimated.


More News

raspberry pi books

 

Comments




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

Last Updated ( Tuesday, 11 May 2021 )