Home > Article > Development Tools > A brief analysis of how to download and install historical versions of VSCode
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]
To download the historical version of VSCode, you need to provide thecommit id
of the corresponding version to assist the download.
commit idcan be understood as consisting of a long string of hash codes.
As shown in the picture above, click on the left sidebar Select the position of the box and enter the following page:
The last long hash code on the address bar is what we are looking for##After successfully finding the commit id, you need to find the specific version number of the downloaded versioncommit id
, V1.65 corresponds to
8908a9ca0f221f36507231afb39d2d8d1e182702
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:
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复制代码
32-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复制代码
Double-click the exe installation packagehttps://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
##Change the installation path:
Next step
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"!
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!