VS code download acceleration Chinese setting Chinese and English switching Chinese comments garbled

1. Download acceleration

Visit the official website

Download Visual Studio Code - Mac, Linux, Windows

https://code.visualstudio.com/Download

Let's take Windows as an example (the same is true for linux)

Select the desired version and get the download link

https://az764295.vo.msecnd.net/stable/92da9481c0904c6adfe372c12da3b7748d74bdcb/VSCodeUserSetup-x64-1.76.0.exe

Replace az764295.vo.msecnd.net between // and /stable with the mirror acceleration link vscode.cdn.azure.cn

https://vscode.cdn.azure.cn/stable/92da9481c0904c6adfe372c12da3b7748d74bdcb/VSCodeUserSetup-x64-1.76.0.exe

speed comparison

 2. Chinese settings

Run VSCode after installation

①Click the extension on the left,

②Enter Chinese in the input box,

③ Click install

Restart VSCode

 After restarting, the interface has been automatically displayed in Simplified Chinese

3. Switch between Chinese and English

Shortcut key【Ctrl+Shift+p】
Input "configure display language" in the search box

 Click Configure Display Language (not the right gear)

 choose english

After restarting, switch to English display, switch from English to Chinese, and operate in the same way.

4. Chinese comments are garbled

Settings, enter in the pop-up search box:

Files:autoGuessEncoding


Check
Files:Auto Guess Encoding

Sure.

Guess you like

Origin blog.csdn.net/u013669912/article/details/129311311