vscode terminal garbled code
The VSCode terminal actually calls cmd.exe, so when Chinese garbled characters appear here What needs to be solved at this time is the encoding setting problem of cmd.
You can check the encoding settings of cmd through the chcp command. The code page number of GBK2312 is 936, and then change it to the encoding of utf-8. The corresponding code page number of utf-8 is 65001, so execute chcp 65001 to set the cmd encoding to uft-8, thus solving the garbled code problem
1. Check the original encoding
2. Execute the chcp 65001 command
For the above solution, you need to enter the command in the VSCode terminal every time: chcp 65001, This method is too troublesome. You have to enter commands every time you enter the terminal. Is there a permanent solution? Of course there is.
In VSCode, open "File" - "Preferences" - "Settings", then set in setting.json, and copy the following three lines into it:
{ "terminal.integrated.shellArgs.windows": ["/K chcp 65001 >nul"], // 以下两个可选 "terminal.integrated.fontFamily": "Lucida Console", "editor.fontSize": 18 }
/K chcp 65001 >nul means to set the encoding to 65001 when running cmd;
>nul means to avoid The console outputs information about modifying the encoding, otherwise it will output active code page: 65001;
The following two configuration files are optional:
editor.fontSize: 20 (modify the font size to 20);
terminal.integrated.fontFamily;"Courier New"(the font is changed to "Courier New").
Related recommendations: "vscode Usage Tutorial"
The above is the detailed content of vscode terminal garbled characters. For more information, please follow other related articles on the PHP Chinese website!

2022年了,该学会用VSCode debug了!下面本篇文章手把手带大家会习VSCode debug,希望对大家有所帮助!

本篇是VSCode配置文章,手把手教大家怎么在VSCode中配置使用 Geant4 和 Root,希望对大家有所帮助!

本篇文章扒拉一下vscode Prettier的选项,总结分享16个让你的代码变漂亮的属性,希望对大家有所帮助!

“工欲善其事,必先利其器!”,vscode作为前端开发的重要工具,其插件能大幅提升战斗力,精心收集12个插件,总有几款你还未曾拥有。

VSCode中如何开发uni-app?下面本篇文章给大家分享一下VSCode中开发uni-app的教程,这可能是最好、最详细的教程了。快来看看!

VScode中怎么开发置C/C++?怎么配置C/C++环境?下面本篇文章给大家分享一下Windows系统下VScode配置C/C++环境图文教程,希望对大家有所帮助!


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver Mac version
Visual web development tools

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Atom editor mac version download
The most popular open source editor

Notepad++7.3.1
Easy-to-use and free code editor
