Select the directory option from the above "Directory" header!

Menu
Microsoft updates Visual Studio Code, unveils VS Code Server

Microsoft updates Visual Studio Code, unveils VS Code Server

Visual Studio Code 1.69 introduces the Command Center, while the VS Code Server streamlines connections to remote development machines.

Credit: Dreamstime

Microsoft has moved its Visual Studio Code code editor forward on two fronts. The company has released a private preview of Visual Studio Code Server, a service for connecting to remote development machines, and shipped the June update of Visual Studio Code, with new capabilities for file searching and hiding some error notifications.

Announced July 7, Visual Studio Code Server is a service you can run on a remote development machine that allows connections from anywhere using a vscode.dev URL, without requiring SSH (Secure Shell). VS Code Server leverages technology used in VS Code's remote development extensions and adds capabilities such as an interactive CLI and secure connections to vscode.dev.

Visual Studio Code Server supports developing on a remote machine where SSH support may be limited, or where web-based access is needed, or developing on a machine that does not support the VS Code desktop, such as an iPad tablet or a Chromebook.

The VS Code Server CLI establishes a tunnel between the VS Code client (vscode.dev) and a developer's remote machine. Tunnelling is used to transmit data from one network to another. Developers can request access to VS Code Server here.

Also on July 7, Microsoft released Visual Studio Code 1.69, also known as the June 2022 release. VS Code 1.69 can be downloaded for Windows, Linux, or Mac from the VS Code website

The new release polishes up the Command Center, replacing the normal title bar with a new UI that lets users quickly search for files, run commands, and navigate cursor history. It's enabled via the window.command.Center setting.

Also in Visual Studio Code 1.69, a new Do Not Disturb mode hides all non-error notification popups when enabled. Progress notifications will be shown in the Status bar automatically. Hidden notifications still are available to view in the Notifications centre.

Specific to other new features and improvements in VS Code 1.69, work has continued on the three-way merge editor, which enables developers to quickly resolve Git conflicts. The merge editor supports word-level merging and language features including diagnostics, tests, and breakpoints. The feature can be enabled by setting git.merge.Editor to true.

Meanwhile, the Settings editor now shows when a setting has a language override and in the context of preferences, the toggle between Light/Dark Themes command now does what it says: allows for toggling between preferred light and dark themes.

In addition, shell integration for PowerShell bash and zsh is now out of preview. Plans call for enabling it by default in the VS Code 1.70 release. Shell integration allows VS Code's terminal to understand more of what is going on inside the shell in order to create more features.

Also, the UI has been improved for debuggers that step directly into specific function calls when paused on a line and for JavaScript debugging, developers now can easily toggle source maps on and off by clicking the 🧭 compass icon in the title of the Call Stack view. Preview support is offered for the forthcoming TypeScript 4.8.


Follow Us

Join the newsletter!

Or

Sign up to gain exclusive access to email subscriptions, event invitations, competitions, giveaways, and much more.

Membership is free, and your security and privacy remain protected. View our privacy policy before signing up.

Error: Please check your email address.

Tags Microsoftvisual studio

Show Comments