preface

In this article will introduce WIN10 operating system how to download and install and Chinese VsCode method.

Introduction to VsCode

Visual Studio Code is a lightweight yet powerful source Code editor that runs on the desktop for Windows, macOS, and Linux. It has built-in support for JavaScript, TypeScript, and Node.js, and a rich ecosystem of extensions for other languages (such as C ++, C #, Java, Python, PHP, Go) and runtimes (such as.NET and Unity).

In simple terms, very strong!

Download VsCode

First, you need to download VSCode, open a browser and enter itCode.visualStudio.com/Then enter the home page of VSCode, and click download according to the red arrow shown in the following figure. You can download according to your own operating system. VSCode supports Windows OS and other systems, and my computer is Windows10, so you can download directly, as shown in the figure below:

After the download is successful, open the installation package.Sure (remember where you installed it)

In the picture below, I choose to do other tasks during the software installation, here I just select the “Add to PATH (restart)” option, and then continue to click next, as shown below:

Here has been installed successfully, click finish start VsCode coding journey!

Localization of VsCode

Vscode is an open source, cross-platform editor. By default, VScode uses English (US), how to change its display language to Chinese?

1) Open the VSCode tool;

2) Use the shortcut key combination [Ctrl+Shift+ P], enter “configure display language” in the search box, click OK, and click install as shown below;

3) After downloading, click restart immediately in the lower right corner to open VsCode again! \

4) Restart the VSCode tool;

If the vsCode menu is still displayed in English after the restart, check the installed plug-in in the store, reinstall the Chinese plug-in, and then restart the tool.

🎉 finally