Visual Studio Code 1703 Download Install
On the updates page, you will see a chronological list. Scroll down to August 2022 (version 1.70) . Click on it, then look for the 1.70.3 release notes. Alternatively, use the direct download pattern:
Based on compatibility tests and Microsoft documentation, the most recent VS Code build that installs and runs on 1703 is:
Visual Studio Code version 1.78.2 – Release Date: May 2023 visual studio code 1703 download install
sudo apt update
sudo apt install ./code_1.70.3-1660712050_amd64.deb
If you face dependency issues, use:
sudo dpkg -i code_1.70.3-1660712050_amd64.deb
sudo apt-get install -f
After installation, verify the correct version: On the updates page, you will see a chronological list
https://update.code.visualstudio.com/1.70.3/linux-deb-x64/stable
If you no longer need this legacy version:
Windows:
Settings > Apps > Apps & features > Visual Studio Code > Uninstall Visual Studio Code version 1
macOS:
Delete Visual Studio Code.app from Applications, then remove:
rm -rf ~/.vscode
rm -rf ~/Library/Application\ Support/Code
Linux:
sudo apt remove code # or sudo dpkg -r code
rm -rf ~/.config/Code
