Home  >  Article  >  Development Tools  >  A brief analysis of how to download and install historical versions of VSCode

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

青灯夜游
青灯夜游forward
2023-04-17 19:18:259558browse

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:juejin.cn. If there is any infringement, please contact admin@php.cn delete