程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

Vscode - offline extension installation tutorial (take Python plug-in installation as an example)

編輯:Python
    Usually , VSCode  To install the plug-in, you only need to search and download the extension page in the program . But sometimes because of network restrictions and other problems , Unable to download and install online , We can also install it offline . Let's say Python Plug in as an example , Demonstrates how to manually download the plug-in installation package , Then install locally .

1, Download plug-ins

(1) Open with browser first VSCode Plug in market ( Click on the access ), Enter the name of the plug-in you want to install and search .

(2) Go to the plug-in home page , Click on the right Download Extension link , Download the offline installation package ( The file suffix is .vsix)

2, Installing a plug-in

(1) Copy the downloaded offline installation package to VSCode Under the installation directory of bin Under the table of contents :

(2) Open command window , Go to this folder , Then execute the following command to install :
code --install-extension ms-python.python-2022.9.11681004.vsix

(3) Finally open VSCode, You can see that the plug-in has been successfully installed .
  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved