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

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

vscode界面中Help-About查看版本号和发行时间,ms-python的发行时间需要和这个时间相近:

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

github仓库路径

css 复制代码
https://github.com/microsoft/vscode-python

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

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

三、下载链接

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

css 复制代码
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2024.0.0/vspackage
相关推荐
罗政7 小时前
冒险岛079 V8 整合版源码搭建教程+IDEA启动
java·ide·intellij-idea
艾斯比的日常8 小时前
VSCode 实用快捷键
ide·vscode·编辑器
Galaxy_12298 小时前
vscode远程报错:Remote host key has changed,...
ide·vscode·编辑器
彬sir哥8 小时前
VScode运行后出现黑窗口
vscode·运行·黑窗口
Hi~晴天大圣13 小时前
Pycharm中断点使用技巧
ide·python·pycharm
且随疾风前行.15 小时前
Android Studio 提示 !Failed to initialize editor
android·ide·android studio
比牛顿更懂PID15 小时前
VSCode本地python包“无法解析导入”
ide·vscode·python
qxyywy18 小时前
CUDA 安装 一直卡在Installing Nsight Visual Studio Edition
ide·visual studio·cuda
前端郭德纲19 小时前
vscode默认终端怎么设置成git bash
git·vscode·bash
瞌睡不来20 小时前
(学习总结25)Linux工具:vim 编辑器 和 gcc/g++ 编译器
linux·学习·编辑器·vim·编译器·gcc/g++