search
HomeDevelopment ToolsVSCodeA brief analysis of how to download and install historical versions of VSCode
A brief analysis of how to download and install historical versions of VSCodeApr 17, 2023 pm 07:18 PM
vscodeprogrammervisual studio codec++

A brief analysis of how to download and install historical versions of VSCode

VSCode installation

  • Windows version: Windows10
  • VSCode version: VScode1.65.0 (64-bit User version )
  • This article was written on the evening of March 4, 2023

I have always disliked using the latest version of software or installation packages. I found that there are all the VSCode installation tutorials, but I didn’t choose the old version installation package to install. This article will show how to download any historical version corresponding to VSCode and install VSCode.

Note: This article chooses to download the VSCode1.65.0 version for installation! When installing this version, the latest version of VSCode was updated to V1.76 (February 2023), and the VSCode 1.65.0 version I chose was actually released a year ago (February 2022). [Recommended learning: vscode tutorial, Programming teaching]

A brief analysis of how to download and install historical versions of VSCode

##code.visualstudio. com/updates/v1_…

A brief analysis of how to download and install historical versions of VSCode

Download

Historical version address

    Github historical version address

github.com/microsoft/v…

    V1.65 version download address

github.com/microsoft/v…

Query the commit of the historical version of VSCode id

To download the historical version of VSCode, you need to provide the

commit id of the corresponding version to assist the download. commit id can be understood as consisting of a long string of hash codes.

    Find the historical version you want to download on GitHub

A brief analysis of how to download and install historical versions of VSCode

As shown in the picture above, click on the left sidebar Select the position of the box and enter the following page:

A brief analysis of how to download and install historical versions of VSCode

The last long hash code on the address bar is what we are looking for

commit id, V1.65 corresponds to 8908a9ca0f221f36507231afb39d2d8d1e182702

##After successfully finding the commit id, you need to find the specific version number of the downloaded version

Generally, you can know the specific version number and download it according to the Release released on the official website, as shown in the figure below:

A brief analysis of how to download and install historical versions of VSCode

Download V1.65.0 version (64-bit User version)
Note: Although the official website shows versions 1.65.1 and 1.65.2 here, they do not exist when downloaded according to the above link The corresponding version is only V1.65.0, so I downloaded V1.65.0.

This is a prompt that the software does not have a corresponding version
  • BlobNotFoundThe specified blob does not exist. RequestId:0e4a3c30-201e-00bc-66a7-4ee427000000 Time:2023-03-04T14:41:50.7769578Z复制代码
V1.65.0 software package download address
64-bit Sys version and User version:

https://vscode.cdn.azure.cn/stable/b5205cc8eb4fbaa726835538cd82372cc0222d43/VSCodeSetup-x64-1.65.0.exehttps://vscode.cdn.azure.cn/stable/b5205cc8eb4fbaa726835538cd82372cc0222d43/VSCodeUserSetup-x64-1.65.0.exe复制代码
32-bit Sys version and User version:

https://vscode.cdn.azure.cn/stable/b5205cc8eb4fbaa726835538cd82372cc0222d43/VSCodeSetup-ia32-1.65.0.exehttps://vscode.cdn.azure.cn/stable/b5205cc8eb4fbaa726835538cd82372cc0222d43/VSCodeUserSetup-ia32-1.65.0.exe复制代码
Installation

Double-click the exe installation package
Agree to the license agreement

A brief analysis of how to download and install historical versions of VSCode##Change the installation path:

  • The default is to install on the C drive. It is recommended to install on the D/E drive. Choosing to install in the subsequent environment will make the installation package larger.

A brief analysis of how to download and install historical versions of VSCodeNext step

  • Selection of "Additional Tasks"

Check "Create desktop shortcut" and "Add to PATH (effective after restart)"

" You can choose to add the "Open with Code" operation to the Windows Explorer file context menu" and "Add the "Open with Code" operation to the Windows Explorer directory context menu"!

  • Click "Install"

For more knowledge about VSCode, please visit: vscode Basic Tutorial!

The above is the detailed content of A brief analysis of how to download and install historical versions of VSCode. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:掘金社区. If there is any infringement, please contact admin@php.cn delete
手把手带你会习VSCode debug,不信你还不会!手把手带你会习VSCode debug,不信你还不会!Mar 31, 2022 pm 08:45 PM

2022年了,该学会用VSCode debug了!下面本篇文章手把手带大家会习VSCode debug,希望对大家有所帮助!

浅析VSCode怎么关闭自动更新浅析VSCode怎么关闭自动更新Jun 02, 2022 pm 12:56 PM

VSCode怎么关闭自动更新?下面本篇文章给大家介绍一下VSCode关闭自动更新的方法,希望对大家有所帮助!

手把手带你在VSCode中配置 Geant4 和 Root手把手带你在VSCode中配置 Geant4 和 RootApr 25, 2022 pm 08:57 PM

本篇是VSCode配置文章,手把手教大家怎么在VSCode​中配置使用 Geant4 和 Root,希望对大家有所帮助!

23个提高开发效率的前端VSCode插件(快来收藏)23个提高开发效率的前端VSCode插件(快来收藏)Jul 25, 2022 pm 08:06 PM

本篇文章给大家分享23个前端VSCode插件,助你提高开发效率,让你事半功倍,快来收藏吧!

扒一扒vscode Prettier选项中的16个实用属性,让代码变美!扒一扒vscode Prettier选项中的16个实用属性,让代码变美!May 03, 2022 am 10:00 AM

本篇文章扒拉一下vscode Prettier的选项,总结分享16个让你的代码变漂亮的属性,希望对大家有所帮助!

总结分享12个好玩有趣的 VSCODE 插件总结分享12个好玩有趣的 VSCODE 插件May 27, 2022 am 11:06 AM

“工欲善其事,必先利其器!”,vscode作为前端开发的重要工具,其插件能大幅提升战斗力,精心收集12个插件,总有几款你还未曾拥有。

VSCode中如何开发uni-app?(教程分享)VSCode中如何开发uni-app?(教程分享)May 13, 2022 pm 08:11 PM

VSCode中如何开发uni-app?下面本篇文章给大家分享一下VSCode中开发uni-app的教程,这可能是最好、最详细的教程了。快来看看!

手把手教你在VScode中配置C/C++环境(Win下)手把手教你在VScode中配置C/C++环境(Win下)Oct 10, 2022 pm 06:52 PM

VScode中怎么开发置C/C++?怎么配置C/C++环境?下面本篇文章给大家分享一下Windows系统下VScode配置C/C++环境图文教程,希望对大家有所帮助!

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!