VisualStudioCode插件下载
生活随笔
收集整理的这篇文章主要介绍了
VisualStudioCode插件下载
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
vscode的插件想离线安装,则先需要先行下载
- 插件官网 https://marketplace.visualstudio.com/vscode
- 下载链接的模板 https://${publisher}.gallery.vsassets.io/_apis/public/gallery/publisher/${publisher}/extension/${extension name}/${version}/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage
- 举例说明(Python插件)
Python插件页面 https://marketplace.visualstudio.com/items?itemName=ms-python.python其中
https://ms-python.gallery.vsassets.io/_apis/public/gallery/publisher/ms-python/extension/python/2018.2.1/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage
${publisher}的值为ms-python
${extension name}的值为python
${version}的值在界面右侧的More Info获取(当前版本是2018.6.0)
Python下载链接说明:下载之后的文件名是Microsoft.VisualStudio.Services.VSIXPackage,可修改文件名为python.vsix(文件名随意修改,后缀必须为vsix)
Python https://ms-python.gallery.vsassets.io/_apis/public/gallery/publisher/ms-python/extension/python/2018.6.0/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage Markdown All in One https://yzhang.gallery.vsassets.io/_apis/public/gallery/publisher/yzhang/extension/markdown-all-in-one/1.4.0/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage Markdown PDF https://yzane.gallery.vsassets.io/_apis/public/gallery/publisher/yzane/extension/markdown-pdf/1.2.0/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage markdownlint https://DavidAnson.gallery.vsassets.io/_apis/public/gallery/publisher/DavidAnson/extension/vscode-markdownlint/0.18.0/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage vscode-icons https://robertohuertasm.gallery.vsassets.io/_apis/public/gallery/publisher/robertohuertasm/extension/vscode-icons/7.23.0/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage
个人常用下载地址
转载于:https://blog.51cto.com/huanghai/2131395
总结
以上是生活随笔为你收集整理的VisualStudioCode插件下载的全部内容,希望文章能够帮你解决所遇到的问题。