Home > Common Problem > body text

Microsoft updates Visual Studio Code 1.80

WBOY
Release: 2023-07-10 20:13:18
forward
1293 people have browsed it

Microsoft recently launched Visual Studio Code 1.80. Although this update was released in July, the official still calls it the June update.

微软更新 Visual Studio Code 1.80

After users install this update, the built-in terminal can display pictures directly, In addition, auxiliary functions have been optimized.

Visual Studio Code has supported images in the terminal in previously released preview versions, and is enabled by default in the new 1.80 version.

In order to be able to display the image in the terminal, the image pixel data is converted into text through a special escape sequence and finally written to the terminal.

If you want to pipe a typical PNG, GIF or JPEG file to the terminal, you need to install the imgcat python package and then run imgcat in the terminal followed by the filename.

Regarding accessibility improvements, Microsoft has added a new command (Alt F2) to open accessibility views. This view allows screen reader users to examine content character by character and line by line.

The above is the detailed content of Microsoft updates Visual Studio Code 1.80. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:yundongfang.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!