Icon

Visual Studio Code

Visual Studio Code is a free, lightweight, and powerful source code editor developed by Microsoft, supporting debugging, embedded Git control, syntax highlighting, intelligent code completion, snippets, and code refactoring.
Latest: 1.119.0
Last checked: Jun 9, 2026 12:10am
Rank: 12/15140
Monitored via:
Site Monitor Winget Web Scrape NVD
Follow to track new versions in your feed.
Report

Overview

0
License: Proprietary freewareInstaller: exeSilent: YesWinget: Available
Silent install
VSCodeUserSetup-x64-{version}.exe /silent /mergetasks=!runcode

Uninstall
"%LOCALAPPDATA%ProgramsMicrosoft VS Codeunins000.exe" /silent

CPE
cpe:2.3:a:microsoft:visual_studio_code:*:*:*:*:*:*:*:*

Version & Lifecycle

0
Current: 1.119.0 N-2: 1.118.0 Oldest supported: 1.0.0 Predicted EOL: 2030-12-31 Avg cadence: Every 6 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Command-line note • February 18, 2026
0

VisualStudioCode – Command-line note

For managed Visual Studio Code deployments, use the official Windows setup guidance and pass installer switches directly to the system installer. A common silent system-install pattern is VSCodeSetup-x64.exe /silent /mergetasks='!runcode,addcontextmenufiles,addcontextmenufolders,associatewithfiles,addtopath' to suppress launching Code after setup while still enabling Explorer context-menu entries, file associations, and PATH integration. Microsoft documents the Windows installer and command-line options at https://code.visualstudio.com/docs/setup/windows.

For portable or no-registry deployments, use the official stable Windows x64 archive URL https://update.code.visualstudio.com/latest/win32-x64-archive/stable, extract it to the target folder, and create a data subfolder next to Code.exe before first launch to keep user data/extensions with that portable installation.

Close running Code.exe / Visual Studio Code sessions before updating managed system or user installers. Open VS Code windows can make updates fail with access-denied style results such as exit code 5 or 0x80070005, so Intune/ConfigMgr packages should use conflicting-process handling or a pre-update close/notify step before launching the installer.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Known Vulnerabilities

0
  • CVE-2025-55319 9.8
  • CVE-2024-43488 9.8
  • CVE-2026-41613 8.8

Also known as

Other names people use for this app — helps search and matching.

VisualStudioCodeMicrosoft VisualStudioCode

Packaging Notes

0

Supports auto-update; installs under %LOCALAPPDATA%ProgramsMicrosoft VS Code; adds to PATH environment variable

Notes

0

Monthly releases with auto-update support; available on Windows, macOS, and Linux; source code available under MIT license but product licensed by Microsoft