Download Visual Studio Code 1.41.0
Visual Studio Code is an open source code editor with support for IntelliSense, debugging, Git and code snippets. Support for the common scripting and programming languages is present and it can also be done via extensions to be expanded. Microsoft has released version 1.41. The complete release notes for that release can be found on this page, this is the announcement from it:
November 2019 (version 1.41)
Welcome to the November 2019 release of Visual Studio Code. There are a number of updates in this version that we hope you will like, some of the key highlights include:
- Compact folders in Explorer – Single child folders collapsed by default.
- Edit left side or diff views – You can now edit both files in a difference view.
- Update search results while typing – Global search results update while you type.
- Problems panel improvements – Filter by problem type and limit output to the active file.
- Minimap highlights errors and content changes – Quickly locate problems and changes in your file.
- Terminal minimum contrast ratio – Set preferred contrast ratio for increased visibility.
- HTML mirror cursor in tags – Automatic multi-cursor in matching HTML tags.
- Optional chaining in JS / TS – Use the?. operator to simplify working with nested structures.
- Extract interface refactoring – Quickly extract an inline type to a TypeScript interface.
- Remote – Containers extension – Better support for opening repositories in Docker containers.
- Visual Studio Online – Create and connect to cloud-based development environments.
If you’d like to read these release notes online, go to Updates on code.visualstudio.com.
Version number | 1.41.0 |
Release status | Final |
Operating systems | Windows 7, Linux, macOS, Windows 8, Windows 10 |
Website | Microsoft |
Download | https://code.visualstudio.com/#alt-downloads |
License type | GPL |