Introducing the Markdown Language Server
August 16, 2022 by Matt Bierner, @MattBierner
Markdown support was the first feature I took ownership of when I joined Visual Studio Code back in 2016. Wow, has it really been six years? It was a great match though. I've worked with Markdown long enough that I often find myself hopefully typing backticks and asterisks into Twitter, Outlook, and just about every textbox my cursor lands in. It's been incredibly rewarding to grow VS Code's built-
Visual Studio Code July 2022
Downloads: Windows: User System ARM | Mac: Universal 64 bit Arm64 | Linux: deb rpm tarball ARM snap
Welcome to the June 2022 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
- Title bar customization - Hide/show menu bar, Command Center, or layout control.
- Fold selection - Create your own folded regions in the editor.
- Search multi-select - Select and then act on

Visual Studio Code June 2022
Downloads: Windows: User System ARM | Mac: Universal 64 bit Arm64 | Linux: deb rpm tarball ARM snap
Welcome to the June 2022 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
- 3-way merge editor - Resolve merge conflicts within VS Code.
- Command Center - New UI to search files, run commands, and navigate cursor history.
- Do Not Disturb mode - Silence non-critical

The VS Code Server
July 7, 2022 by Brigit Murtaugh, @BrigitMurtaugh
A remote present and future
In 2019, we released the "Remote Development" extensions, which let you use VS Code locally to develop applications "remotely" on the Windows Subsystem for Linux (WSL), in Docker containers, and on remote physical or virtual machines you manage over SSH. In 2020, we took another step forward with remote development with GitHub Codespaces, which let you use VS Code locally or in a

Visual Studio Code May 2022
Downloads: Windows: User System ARM | Mac: Universal 64 bit Arm64 | Linux: deb rpm tarball ARM snap
Welcome to the May 2022 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
- Configure Display Language - See installed and available Language Packs in their language.
- Problems panel table view - View errors and warnings as a table to quickly filter on their source.
- Deprecated extensions - Learn whether an

Development Container CLI
May 18, 2022 by Brigit Murtaugh, @BrigitMurtaugh
TL;DR
A consistent environment anywhere with the dev container CLI
The development container teams at Microsoft and GitHub are excited to release an open source command-line interface (CLI) as part of the new Development Containers Specification . We'd love your feedback in this issue , or new issues and pull requests in the devcontainers/cli repository.
Consistency = joy
A consistent, predictable environment is key to a productive and enjoyable software development experience.
Containers

Visual Studio Code April 2022
Downloads: Windows: User System ARM | Mac: Universal 64 bit Arm64 | Linux: deb rpm tarball ARM snap
Welcome to the April 2022 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
- Explorer file nesting - Nest generated files under source files in the Explorer.
- Settings editor filters - Filter button brings up searches such as @Modified settings
- Bracket pair colorization - Colored bracket pairs are now enabled by

Using Containers to move from local to Remote Development
April 4, 2022 by Olivia Guzzardo, @OliviaGuzzardo
One of my favorite things that industry professionals like to ask aspiring developers is, "How many lines of code does the average developer write per day?" Most guess in the hundreds or thousands – they're always shocked to hear that the actual average figure lies in the tens.
Then what are developers doing with the rest of their time? Sure, there's time spent on important tasks like code design and searching "How to center a

Visual Studio Code March 2022
Update 1.66.1 : The update addresses these issues .
Update 1.66.2 : The update addresses these security issues .
Downloads: Windows: User System ARM | Mac: Universal 64 bit Arm64 | Linux: deb rpm tarball ARM snap
Welcome to the March 2022 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
- Local history - Keep track of local file changes independent

The problem with tutorials
March 8, 2022 by Burke Holland, @burkeholland
Writing a great tutorial isn't easy. I should know - I've written a lot of them, and not every one was a smashing success.
As it turns out making a great tutorial isn't about what you write, it's about whether developers can be successful without having to read every word. In this article, we'll look how development containers can reduce the errors a user might encounter, and how the Laravel
