Visual Studio Code — 1703 Download Install
If you no longer need this legacy version:
Windows:
Settings > Apps > Apps & features > Visual Studio Code > Uninstall
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
VSCodeUserSetup-x64-1.70.3.exe /verysilent /suppressmsgboxes /mergetasks=!runcode
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:
| Step | Action |
|------|--------|
| License Agreement | Read, then check “I accept the agreement” → Next. |
| Destination Location | Default: %LocalAppData%\Programs\Microsoft VS Code (user) or %ProgramFiles% (system). Change if desired → Next. |
| Select Start Menu Folder | Default: Visual Studio Code → Next. |
| Additional Tasks | ⚠️ Important for Windows 10 1703: Enable the following options for best integration:
- ✅ Add “Open with Code” action (right-click context menu)
- ✅ Add to PATH (allows launch from any terminal)
- ✅ Register Code as an editor for supported file types
- ✅ Add to Explorer context menu (Shift+right-click)
→ Next. |
| Ready to Install | Review settings → Install. | visual studio code 1703 download install
https://update.code.visualstudio.com/1.70.3/win32-x64/stable
Related search suggestions:
Visual Studio Code version 1.70.3 is a specialized legacy release designed specifically for Windows 7 users. It serves as the final stable update for that operating system, primarily adding a "stop updating" notification and disabling automatic updates to ensure stability on the aging platform. Quick Verdict
Target Audience: Strictly for developers still running Windows 7.
Key Feature: Disables future update prompts to prevent incompatible versions from installing.
Pros: Lightweight, stable, and maintains the core "modern" VS Code experience on older hardware. If you no longer need this legacy version:
Cons: No longer receives security patches or new feature updates. Download & Installation
Because this version is not the current main release, you won't find it on the primary VS Code download page.
Official Source: You can find the direct links in the VS Code July 2022 (v1.70) release notes. Installation Process:
Download the 1.70.3 .exe (ensure you choose x64 or x86 depending on your system). Run the installer and follow the standard wizard prompts.
Ignore any "unsupported OS" warnings if you are on Windows 7. Performance & Use Case Linux: sudo apt remove code # or sudo
Efficiency: Maintains the fast, low-resource profile characteristic of VS Code (typically under 200 MB).
Extension Support: Most extensions released after late 2022 may not be compatible with this version.
Language Support: Built-in support for JavaScript, TypeScript, and Node.js remains excellent. Alternative: Visual Studio 17.0.3 (v1703)
It is common for users to confuse Visual Studio Code with the full Visual Studio IDE. Visual Studio Code vs Visual Studio
Note on “1703”:
In Microsoft terminology, 1703 typically refers to Windows 10 version 1703 (the “Creators Update,” released April 2017). No official Visual Studio Code version is named “1703.” This paper assumes the user intends to install VS Code on Windows 10 version 1703 or later, or wants to understand VS Code installation around that time period. If you meant a specific VS Code release from early 2017 (e.g., 1.14.x), the process remains similar.
| Installer | Description | Best for |
|-----------|-------------|-----------|
| User installer (64/32 bit) | Installs in %LocalAppData%\Programs\Microsoft VS Code; no admin rights needed. | Most users, especially on managed/corporate PCs. |
| System installer | Installs in %ProgramFiles%\Microsoft VS Code; requires admin privileges. | Shared machines, all-user installations. |
| .zip archive | Portable version – no installer. | USB drives, isolated environments. |
For Windows 10 1703, the User installer is recommended for simplicity and self-update capability.