Advertisement

Visual Studio Code version 1.80 is now available

Visual Studio Code has reached version 1.80 with its June 2023 update. VS Code is a free and open-source code editor from Microsoft. Typically for such tools, it comes with syntax highlighting, code completion, debugging capabilities, and Git integration. It also supports extensions that add extra features, more programming languages, and time-saving tools. VS Code is available on Windows, macOS, and Linux.

Vs Code 1.80

What's new in Visual Studio Code 1.80

Some of the key highlights include:

Advertisеment

Here are some details.

Accessibility

The latest version of Visual Studio Code (VS Code) includes several accessibility improvements. The "Open Accessible View" command allows screen reader users to inspect content character by character or line by line, particularly in hover or chat panel responses. The "Open Accessibility Help" command opens a context-based help menu for the editor, terminal, notebook, chat panel, and inline chat features. The accessibility help menu for notebooks provides information on layout, navigation, and interaction. Audio cues have been added for the GitHub Copilot chat experience. Chat responses are now provided immediately to screen readers, and the chat panel and inline chat accessibility help menus offer more detailed information. The Settings editor's alt text has been improved for screen reader users, with the scope switcher announcing the actual scope name instead of a file path, and the settings description alt text being cleaned up. These updates enhance the accessibility of VS Code for users with visual or other accessibility needs.

Workbench

In the latest version of Visual Studio Code (VS Code), there are several new features and settings. You can now enable autoplay and looping for video previews using the "mediaPreview.video.autoPlay" and "mediaPreview.video.loop" settings. There are improved notifications when attempting to type in a readonly editor, with a link to change the "files.readonly" settings. A new setting, "files.dialog.defaultPath," allows you to configure the default location for file dialogs. The "workbench.editor.doubleClickTabToToggleEditorGroupSizes" setting disables toggling the size of an editor group when double-clicking on a tab. The "workbench.editor.tabSizingFixedMinWidth" setting controls the minimum size of a tab when using fixed tab sizing. The default behavior for editor group splitting has changed to "auto," which distributes available size evenly to all editor groups if none have been resized, otherwise splitting the space in half. These updates provide more control and customization options for the VS Code editor experience.

Disable Chromium sandbox

If you have scenarios where launching VS Code desktop as an elevated user is unavoidable, for example you are launching VS Code with sudo on Linux or as administrator in an AppLocker environment on Windows, then you need to launch VS Code with the --no-sandbox --disable-gpu-sandbox command line options to have the application work as expected.

Based on the feedback in issue #184687, there are now two new settings to make it easier when you need to disable the Chromium sandbox:

A new command line option --disable-chromium-sandbox to disable the Chromium sandbox for all processes in the application. This new option can be used as a replacement for --no-sandbox --disable-gpu-sandbox. This option applies to any new process sandboxes that might be added by the runtime in future releases.

To persist disabling the Chromium sandbox across launches, do the following:

  1. Open the Command Palette (⇧⌘P (Windows, Linux Ctrl+Shift+P)).
  2. Run the Preferences: Configure Runtime Arguments command.
    1. This command opens a argv.json file to configure runtime arguments.
    2. You might see some default arguments there already.
    3. Add "disable-chromium-sandbox": true.
    4. Restart VS Code.

And more. You will find everything in the official announcement.

Support us

Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:

If you like this article, please share it using the buttons below. It won't take a lot from you, but it will help us grow. Thanks for your support!

Advertisеment

Author: Sergey Tkachenko

Sergey Tkachenko is a software developer who started Winaero back in 2011. On this blog, Sergey is writing about everything connected to Microsoft, Windows and popular software. Follow him on Telegram, Twitter, and YouTube.

Leave a Reply

Your email address will not be published.

css.php
Using Telegram? Subscribe to the blog channel!
Hello. Add your message here.