Download Latest Version 1.31.5 (patch update) source code.tar.gz (3.7 MB)
Email in envelope

Get an email when there's a new version of C/C++ for Visual Studio Code

Home / v1.31.3
Name Modified Size InfoDownloads / Week
Parent folder
cpptools-linux-arm64.vsix 2026-03-23 101.2 MB
cpptools-macOS-arm64.signature.p7s 2026-03-23 10.4 kB
cpptools-macOS-arm64.manifest 2026-03-23 89.2 kB
cpptools-linux-x64.vsix 2026-03-23 123.8 MB
cpptools-macOS-x64.manifest 2026-03-23 94.6 kB
cpptools-macOS-x64.signature.p7s 2026-03-23 10.4 kB
cpptools-macOS-arm64.vsix 2026-03-23 83.3 MB
cpptools-windows-arm64.signature.p7s 2026-03-23 10.4 kB
cpptools-windows-arm64.manifest 2026-03-23 121.9 kB
cpptools-macOS-x64.vsix 2026-03-23 107.6 MB
cpptools-windows-x64.manifest 2026-03-23 120.5 kB
cpptools-windows-x64.signature.p7s 2026-03-23 10.4 kB
cpptools-windows-arm64.vsix 2026-03-23 95.6 MB
cpptools-windows-x64.vsix 2026-03-23 96.9 MB
cpptools-alpine-arm64.manifest 2026-03-23 88.7 kB
cpptools-alpine-arm64.signature.p7s 2026-03-23 10.4 kB
cpptools-alpine-x64.signature.p7s 2026-03-23 10.4 kB
cpptools-alpine-x64.manifest 2026-03-23 88.8 kB
cpptools-alpine-arm64.vsix 2026-03-23 101.2 MB
cpptools-linux-arm32.signature.p7s 2026-03-23 10.4 kB
cpptools-linux-arm32.manifest 2026-03-23 88.7 kB
cpptools-alpine-x64.vsix 2026-03-23 123.8 MB
cpptools-linux-arm64.manifest 2026-03-23 88.7 kB
cpptools-linux-arm64.signature.p7s 2026-03-23 10.4 kB
cpptools-linux-arm32.vsix 2026-03-23 99.0 MB
cpptools-linux-x64.signature.p7s 2026-03-23 10.4 kB
cpptools-linux-x64.manifest 2026-03-23 88.8 kB
1.31.3 source code.tar.gz 2026-03-23 3.7 MB
1.31.3 source code.zip 2026-03-23 4.4 MB
README.md 2026-03-23 2.9 kB
Totals: 30 Items   941.5 MB 0

Instructions

The extension can be obtained by one of the methods below:

  • Install the "C/C++" or "C/C++ Extension Pack" extension published by Microsoft from the Extensions view in VS Code.
  • Download a vsix that matches your OS from the Assets section below (and install it via the method mentioned above). The previous download methods have the vsix signatures verified by the Marketplace, but for this method, you can do the verification by downloading the matching manifest and signature.p7s file and running npx @vscode/vsce@latest verify-signature -i <.vsix> -m <.signature.manifest> -s <.signature.p7s> vscode-vsce#1044.

Requirements

  • VS Code 1.67.0 or later (April 2022).
  • Windows 7+ (x64, arm64), macOS 10.12+, Linux (Ubuntu 16+, etc.).
  • Debugging is not supported on CentOS 7 or RHEL 7. The last supported version was 1.22.11: #13219.

Changes

Enhancements

  • Add support for program in attach debug configurations. #14046
  • Thanks for the contribution. @Subham-KRLX (Subham) PR [#14108]
  • Remove unnecessary console.debug logging. #14294
  • Update clang-tidy and clang-format from 21.1.4 to 22.1.1.
  • Update support for the latest compiler versions.
  • Update SQLite to the latest version.

Bug Fixes

  • Fix an IntelliSense error with deducing this (explicit object member functions) with conversion operators. #14140
  • Fix embed-dir compiler arguments not being handled for IntelliSense. #14154
  • Fix workspace symbol search with scope::variable not working after symbols are deleted and then added back. #14200
  • Fix bugs where a path was checked for existence but not whether it was a file or a folder. #14257
  • Fix the Call Hierarchy Callers Of progress UI not showing. #14287
  • Fix an IntelliSense crash when using GCC 16 span and string. #14309
  • Fix _CONTROL_FLOW_GUARD not being defined when /guard:cf is used in MSVC mode. #14310
  • Add IntelliSense support for __builtin_is_implicit_lifetime.
  • Fix three IntelliSense process crashes.
  • Fix some missing translations.
Source: README.md, updated 2026-03-23