Home > Development Tools > VSCode > body text

How to install plug-ins offline in vscode

王林
Release: 2020-01-06 11:55:09
Original
31695 people have browsed it

How to install plug-ins offline in vscode

1. Open the VSCode plug-in market, the URL is https://marketplace.visualstudio.com/vscode, enter the plug-in name you want, for example, here I want What you want to install is the Markdown All in One plug-in

How to install plug-ins offline in vscode

2. Click to enter the plug-in home page, click the Download Extension link on the right to get the downloaded offline The installation package ends with .vsix as the extension

How to install plug-ins offline in vscode

3. Copy the downloaded offline installation package to the bin directory under the VSCode installation directory, such as my VSCode It is installed in D:\Microsoft VS Code\, so here I should copy it to the directory D:\Microsoft VS Code\bin

How to install plug-ins offline in vscode

4. Bin in the third step Right-click in the directory to open the command window here, enter the command, and replace the last parameter with the name of the plug-in offline installation package you downloaded:

code --install-extension yzhang.markdown-all-in-one-1.4.0.vsix
Copy after login

When you see the following prompt, it means the installation is successful. You can open VSCode to view it.

Extension ‘yzhang.markdown-all-in-one-1.4.0.vsix’ was successfully installed!
Copy after login

Recommended related articles and tutorials: vscode tutorial

The above is the detailed content of How to install plug-ins offline in vscode. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
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!