0


Vscode离线下载对应版本的ms-python.vsix

一、查看vscode的版本号和发行时间

vscode界面中Help-About查看版本号和发行时间,ms-python的发行时间需要和这个时间相近:
在这里插入图片描述

二、在github仓库中查看ms-python有什么版本,以及发行时间

github仓库路径

https://github.com/microsoft/vscode-python

点击 View all tags查看ms-python都有什么版本,以及对应的发行时间:

在这里插入图片描述

由于我的vscode发行时间是2024-1-18,最近的ms-python版本是 2024.0.0

在这里插入图片描述

三、下载链接

这里修改版本号(2024.0.0)就能下载特定版本的插件:

https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2024.0.0/vspackage

四、扩展:python debugger下载链接

以上这种方法可以下载任意版本的vscode插件的vsix文件,以python debugger为例:
在以下链接中找到python debugger 的下载链接:

https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy

在网页的右侧有Download Extension按钮:
在这里插入图片描述

点击Download Extension,选择平台,出现下载文件后右键获得下载链接:

在这里插入图片描述

https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/debugpy/2024.9.2024072602/vspackage?targetPlatform=linux-x64

同理,修改版本号可以下载任意python debugger的vsix文件。

注:python debugger的历史版本信息在以下github链接中查看:

https://github.com/microsoft/vscode-python-debugger
标签: vscode ide 编辑器

本文转载自: https://blog.csdn.net/qq_36649698/article/details/140567688
版权归原作者 城城城_ 所有, 如有侵权,请联系我们删除。

“Vscode离线下载对应版本的ms-python.vsix”的评论:

还没有评论