Front-end development tools-Visual Studio Code-plug-in download-migrate to a new computer

background

The development tool used on the front end is generally Visual Studio Code, and many auxiliary functions, such as font highlighting, word spell checking, previewing pictures, etc., require the installation of plug-ins. But the plug-in is on the original computer and I don’t want to download it or I am a newcomer and want to migrate my colleagues’ plug-ins, or the new computer does not have an external network.

The following is the process of tool installation, plug-in download, and migration plug-in

1. Download Visual Studio Code, go to the official website of visualstudio, and install it step by step

Visual Studio Code - Code Editing. Redefined

 

2. Open the tool, enter the EXTENSIONS interface, and search for plug-ins

3. Commonly used plug-ins - web development, install the following titles, search, install

 Plug-in explained in detail

VS Code practical plug-in recommendation_vs code plug-in_lazy sheep sheep my little brother's blog-CSDN blog

3. Find the storage address of the downloaded plug-in

The path is generally under the C drive, for example, my C:\Users\xxx_0249\.vscode\extensions

 

4. Copy the corresponding plug-in in extensions to the same path on the new computer

5. Restart the Visual studio code development tool of the new computer, it can be used normally, and you can also see that the plug-in has been installed.

 

Create value, enjoy sharing

Guess you like

Origin blog.csdn.net/ly_xiamu/article/details/130056686