tag:github.com,2008:https://github.com/microsoft/vscode-cpptools/releasesRelease notes from vscode-cpptools2026-03-10T17:55:26Ztag:github.com,2008:Repository/54800346/v1.31.12026-03-10T21:09:40Z1.31.1<h2>Instructions</h2>
<p>The extension can be obtained by one of the methods below:</p>
<ul>
<li>Install the "C/C++" or "C/C++ Extension Pack" extension published by Microsoft from the <a href="https://code.visualstudio.com/docs/editor/extension-marketplace" rel="nofollow">Extensions view</a> in VS Code.</li>
<li>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 <code>npx @vscode/vsce@latest verify-signature -i <.vsix> -m <.signature.manifest> -s <.signature.p7s></code> <a href="https://github.com/microsoft/vscode-vsce/issues/1044" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-vsce/issues/1044/hovercard">vscode-vsce#1044</a>.</li>
</ul>
<h2>Requirements</h2>
<ul>
<li>VS Code 1.67.0 or later (April 2022).</li>
<li>Windows 7+ (x64, arm64), macOS 10.12+, Linux (Ubuntu 16+, etc.).
<ul>
<li>Debugging is not supported on CentOS 7 or RHEL 7. The last supported version was 1.22.11: <a href="https://github.com/microsoft/vscode-cpptools/issues/132190">#13219</a>.</li>
</ul>
</li>
</ul>
<h2>Changes</h2>
<h3>Enhancements</h3>
<ul>
<li>Update clang-tidy and clang-format from 21.1.4 to 22.1.0.</li>
<li>Update support for the latest compiler versions.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fix workspace symbol search with <code>scope::variable</code> not working after symbols are deleted and then added back. <a href="https://github.com/microsoft/vscode-cpptools/issues/14200" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14200/hovercard">#14200</a></li>
<li>Fix bugs where a path was checked for existence but not whether it was a file or a folder. <a href="https://github.com/microsoft/vscode-cpptools/issues/14257" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14257/hovercard">#14257</a></li>
<li>Add IntelliSense support for <code>__builtin_is_implicit_lifetime</code>.</li>
<li>Fix three IntelliSense process crashes.</li>
<li>Fix a bug with <code>-embed-directory</code>.</li>
<li>Add some missing translations.</li>
</ul>sean-mcmanustag:github.com,2008:Repository/54800346/v1.31.02026-02-20T02:07:38Z1.31.0<h2>Instructions</h2>
<p>The extension can be obtained by one of the methods below:</p>
<ul>
<li>Install the "C/C++" or "C/C++ Extension Pack" extension published by Microsoft from the <a href="https://code.visualstudio.com/docs/editor/extension-marketplace" rel="nofollow">Extensions view</a> in VS Code.</li>
<li>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 <code>npx @vscode/vsce@latest verify-signature -i <.vsix> -m <.signature.manifest> -s <.signature.p7s></code> <a href="https://github.com/microsoft/vscode-vsce/issues/1044" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-vsce/issues/1044/hovercard">vscode-vsce#1044</a>.</li>
</ul>
<h2>Requirements</h2>
<ul>
<li>VS Code 1.67.0 or later (April 2022).</li>
<li>Windows 7+ (x64, arm64), macOS 10.12+, Linux (Ubuntu 16+, etc.).
<ul>
<li>Debugging is not supported on CentOS 7 or RHEL 7. The last supported version was 1.22.11: <a href="https://github.com/microsoft/vscode-cpptools/issues/132190">#13219</a>.</li>
</ul>
</li>
</ul>
<h2>Changes</h2>
<h3>Enhancements</h3>
<ul>
<li>Add support for <code>program</code> in attach debug configurations. <a href="https://github.com/microsoft/vscode-cpptools/issues/14046" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14046/hovercard">#14046</a>
<ul>
<li>Thanks for the contribution. <a href="https://github.com/Subham-KRLX">@Subham-KRLX (Subham)</a> <a href="https://github.com/microsoft/vscode-cpptools/pull/14108" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/vscode-cpptools/pull/14108/hovercard">PR #14108</a></li>
</ul>
</li>
<li>Update SQLite to the latest version.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fix an IntelliSense error with deducing <code>this</code> (explicit object member functions) with conversion operators. <a href="https://github.com/microsoft/vscode-cpptools/issues/14140" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14140/hovercard">#14140</a></li>
<li>Fix <code>embed-dir</code> compiler arguments not being handled for IntelliSense. <a href="https://github.com/microsoft/vscode-cpptools/issues/14154" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14154/hovercard">#14154</a></li>
</ul>sean-mcmanustag:github.com,2008:Repository/54800346/v1.30.52026-02-09T21:07:28Z1.30.5 (patch update)<h2>Instructions</h2>
<p>The extension can be obtained by one of the methods below:</p>
<ul>
<li>Install the "C/C++" or "C/C++ Extension Pack" extension published by Microsoft from the <a href="https://code.visualstudio.com/docs/editor/extension-marketplace" rel="nofollow">Extensions view</a> in VS Code.</li>
<li>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 <code>npx @vscode/vsce@latest verify-signature -i <.vsix> -m <.signature.manifest> -s <.signature.p7s></code> <a href="https://github.com/microsoft/vscode-vsce/issues/1044" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-vsce/issues/1044/hovercard">vscode-vsce#1044</a>.</li>
</ul>
<h2>Requirements</h2>
<ul>
<li>VS Code 1.67.0 or later (April 2022).</li>
<li>Windows 7+ (x64, arm64), macOS 10.12+, Linux (Ubuntu 16+, etc.).
<ul>
<li>Debugging is not supported on CentOS 7 or RHEL 7. The last supported version was 1.22.11: <a href="https://github.com/microsoft/vscode-cpptools/issues/132190">#13219</a>.</li>
</ul>
</li>
</ul>
<h2>Change</h2>
<h3>Bug Fix</h3>
<ul>
<li>Fix a potential language server deadlock after editing code.</li>
</ul>sean-mcmanustag:github.com,2008:Repository/54800346/v1.30.42026-02-03T22:47:53Z1.30.4 (patch update)<h2>Instructions</h2>
<p>The extension can be obtained by one of the methods below:</p>
<ul>
<li>Install the "C/C++" or "C/C++ Extension Pack" extension published by Microsoft from the <a href="https://code.visualstudio.com/docs/editor/extension-marketplace" rel="nofollow">Extensions view</a> in VS Code.</li>
<li>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 <code>npx @vscode/vsce@latest verify-signature -i <.vsix> -m <.signature.manifest> -s <.signature.p7s></code> <a href="https://github.com/microsoft/vscode-vsce/issues/1044" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-vsce/issues/1044/hovercard">vscode-vsce#1044</a>.</li>
</ul>
<h2>Requirements</h2>
<ul>
<li>VS Code 1.67.0 or later (April 2022).</li>
<li>Windows 7+ (x64, arm64), macOS 10.12+, Linux (Ubuntu 16+, etc.).
<ul>
<li>Debugging is not supported on CentOS 7 or RHEL 7. The last supported version was 1.22.11: <a href="https://github.com/microsoft/vscode-cpptools/issues/132190">#13219</a>.</li>
</ul>
</li>
</ul>
<h2>Change</h2>
<h3>Bug Fix</h3>
<ul>
<li>Fix signing of MIEngine. <a href="https://github.com/microsoft/MIEngine/pull/1544" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/MIEngine/pull/1544/hovercard">PR MIEngine#1544</a></li>
</ul>sean-mcmanustag:github.com,2008:Repository/54800346/v1.30.32026-02-03T00:55:34Z1.30.3<h2>Instructions</h2>
<p>The extension can be obtained by one of the methods below:</p>
<ul>
<li>Install the "C/C++" or "C/C++ Extension Pack" extension published by Microsoft from the <a href="https://code.visualstudio.com/docs/editor/extension-marketplace" rel="nofollow">Extensions view</a> in VS Code.</li>
<li>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 <code>npx @vscode/vsce@latest verify-signature -i <.vsix> -m <.signature.manifest> -s <.signature.p7s></code> <a href="https://github.com/microsoft/vscode-vsce/issues/1044" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-vsce/issues/1044/hovercard">vscode-vsce#1044</a>.</li>
</ul>
<h2>Requirements</h2>
<ul>
<li>VS Code 1.67.0 or later (April 2022).</li>
<li>Windows 7+ (x64, arm64), macOS 10.12+, Linux (Ubuntu 16+, etc.).
<ul>
<li>Debugging is not supported on CentOS 7 or RHEL 7. The last supported version was 1.22.11: <a href="https://github.com/microsoft/vscode-cpptools/issues/132190">#13219</a>.</li>
</ul>
</li>
</ul>
<h2>Changes</h2>
<h3>Enhancements</h3>
<ul>
<li>Add IntelliSense support for C++23 multidimensional subscript operators. <a href="https://github.com/microsoft/vscode-cpptools/issues/11400" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/11400/hovercard">#11400</a>, <a href="https://github.com/microsoft/vscode-cpptools/issues/13798" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/13798/hovercard">#13798</a></li>
<li>Change <code>C</code> completion behavior to automatically trigger after the <code>struct/union/enum</code> keyword and to filter based on the keyword. <a href="https://github.com/microsoft/vscode-cpptools/issues/13634" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/13634/hovercard">#13634</a></li>
<li>Add IntelliSense support for C23/C++26 <code>#embed</code>. <a href="https://github.com/microsoft/vscode-cpptools/issues/13705" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/13705/hovercard">#13705</a></li>
<li>Change <code>C++</code> completions after <code>using namespace</code> to include only namespaces and namespace aliases. <a href="https://github.com/microsoft/vscode-cpptools/issues/14091" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14091/hovercard">#14091</a></li>
<li>Add IntelliSense support for C++23 <code>static operator[]</code>.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fix <code>C_Cpp.commentContinuationPatterns</code> not working after the 2nd line (for non-<code>/**</code> patterns). <a href="https://github.com/microsoft/vscode-cpptools/issues/8998" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/8998/hovercard">#8998</a>
<ul>
<li>Thanks for the contribution. <a href="https://github.com/dinhtam2c">@dinhtam2c</a> <a href="https://github.com/microsoft/vscode-cpptools/pull/14074" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/vscode-cpptools/pull/14074/hovercard">PR #14074</a></li>
</ul>
</li>
<li>Fix <code>${userHome}</code> not resolving in <code>C_Cpp</code> path settings. <a href="https://github.com/microsoft/vscode-cpptools/issues/10350" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/10350/hovercard">#10350</a></li>
<li>Fix the Locals/Watch window displaying <code>std::map<enum, struct></code> incorrectly when using the <code>cppdbg</code> debugger. <a href="https://github.com/microsoft/vscode-cpptools/issues/12102" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/12102/hovercard">#12102</a>
<ul>
<li>Thanks for the contribution. <a href="https://github.com/OXINARF">@OXINARF (Francisco Ferreira)</a> <a href="https://github.com/microsoft/MIEngine/pull/1531" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/MIEngine/pull/1531/hovercard">PR MIEngine#1531</a></li>
</ul>
</li>
<li>Fix an incorrect IntelliSense error on an overridden method. <a href="https://github.com/microsoft/vscode-cpptools/issues/13729" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/13729/hovercard">#13729</a></li>
<li>Fix an IntelliSense error with <code>std::countl_zero</code>. <a href="https://github.com/microsoft/vscode-cpptools/issues/13876" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/13876/hovercard">#13876</a></li>
<li>Fix an IntelliSense squiggle on the wrong identifier when assigning to a constant member variable. <a href="https://github.com/microsoft/vscode-cpptools/issues/14018" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14018/hovercard">#14018</a></li>
<li>Fix IntelliSense with Clang mode C++23 deduced type construction with <code>auto</code>. <a href="https://github.com/microsoft/vscode-cpptools/issues/14041" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14041/hovercard">#14041</a></li>
<li>Fix a long <code>args</code> list in <code>launch.json</code> getting truncated when using the <code>cppdbg</code> debugger. <a href="https://github.com/microsoft/vscode-cpptools/issues/14054" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14054/hovercard">#14054</a>
<ul>
<li>Thanks for the contribution. <a href="https://github.com/Subham-KRLX">@Subham-KRLX (Subham)</a> <a href="https://github.com/microsoft/MIEngine/pull/1529" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/MIEngine/pull/1529/hovercard">PR MIEngine#1529</a></li>
</ul>
</li>
<li>Fix changes to <code>C_Cpp.commentContinuationPatterns</code> not taking effect until the extension restarts. <a href="https://github.com/microsoft/vscode-cpptools/issues/14079" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14079/hovercard">#14079</a></li>
<li>Fix <code>C_Cpp.commentContinuationPatterns</code> not working correctly for a pattern if it's a prefix of a pattern that is later in the list. <a href="https://github.com/microsoft/vscode-cpptools/issues/14081" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14081/hovercard">#14081</a></li>
<li>Fix completion not automatically triggering if invoked on the last column of a line when the previous token is an identifier. <a href="https://github.com/microsoft/vscode-cpptools/issues/14086" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14086/hovercard">#14086</a></li>
<li>Fix an IntelliSense error with <code>std::popcount</code>. <a href="https://github.com/microsoft/vscode-cpptools/issues/14105" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14105/hovercard">#14105</a></li>
<li>Fix GitHub Copilot hover. <a href="https://github.com/microsoft/vscode-cpptools/issues/14114" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14114/hovercard">#14114</a></li>
<li>Fix headers sometimes using a header-only configuration from a configuration provider instead of the source file's configuration. <a href="https://github.com/microsoft/vscode-cpptools/issues/14126" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14126/hovercard">#14126</a></li>
<li>Fix a reference in a <code>#define</code> not being found if it's directly after a <code>#include</code>. <a href="https://github.com/microsoft/vscode-cpptools/issues/14130" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14130/hovercard">#14130</a></li>
<li>Fix a bug that could cause IntelliSense operations to fail when a document is closed during processing.</li>
<li>Fix an IntelliSense crash in <code>a_completion_symbol_manager::handle_function</code> when Copilot is enabled.</li>
<li>Fix a bug with internal buffer handling that could cause some IntelliSense operations to fail.</li>
</ul>sean-mcmanustag:github.com,2008:Repository/54800346/v1.30.22026-01-26T23:02:01Z1.30.2<h2>Instructions</h2>
<p>The extension can be obtained by one of the methods below:</p>
<ul>
<li>Install the "C/C++" or "C/C++ Extension Pack" extension published by Microsoft from the <a href="https://code.visualstudio.com/docs/editor/extension-marketplace" rel="nofollow">Extensions view</a> in VS Code.</li>
<li>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 <code>npx @vscode/vsce@latest verify-signature -i <.vsix> -m <.signature.manifest> -s <.signature.p7s></code> <a href="https://github.com/microsoft/vscode-vsce/issues/1044" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-vsce/issues/1044/hovercard">vscode-vsce#1044</a>.</li>
</ul>
<h2>Requirements</h2>
<ul>
<li>VS Code 1.67.0 or later (April 2022).</li>
<li>Windows 7+ (x64, arm64), macOS 10.12+, Linux (Ubuntu 16+, etc.).
<ul>
<li>Debugging is not supported on CentOS 7 or RHEL 7. The last supported version was 1.22.11: <a href="https://github.com/microsoft/vscode-cpptools/issues/132190">#13219</a>.</li>
</ul>
</li>
</ul>
<h2>Changes</h2>
<h3>Enhancement</h3>
<ul>
<li>Add IntelliSense support for MSVC mode C++23 multidimensional subscript operators. <a href="https://github.com/microsoft/vscode-cpptools/issues/13798" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/13798/hovercard">#13798</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fix the Locals/Watch window displaying <code>std::map<enum, struct></code> incorrectly when using the <code>cppdbg</code> debugger. <a href="https://github.com/microsoft/vscode-cpptools/issues/12102" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/12102/hovercard">#12102</a></li>
<li>Fix a long <code>args</code> list in <code>launch.json</code> getting truncated when using the <code>cppdbg</code> debugger. <a href="https://github.com/microsoft/vscode-cpptools/issues/14054" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14054/hovercard">#14054</a></li>
<li>Downgrade the version of SQLite used to see if that fixes the Windows ARM64 heap corruption that started with 1.30.1. <a href="https://github.com/microsoft/vscode-cpptools/issues/14142" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14142/hovercard">#14142</a></li>
</ul>sean-mcmanustag:github.com,2008:Repository/54800346/v1.30.12026-01-13T20:14:04Z1.30.1<h2>Instructions</h2>
<p>The extension can be obtained by one of the methods below:</p>
<ul>
<li>Install the "C/C++" or "C/C++ Extension Pack" extension published by Microsoft from the <a href="https://code.visualstudio.com/docs/editor/extension-marketplace" rel="nofollow">Extensions view</a> in VS Code.</li>
<li>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 <code>npx @vscode/vsce@latest verify-signature -i <.vsix> -m <.signature.manifest> -s <.signature.p7s></code> <a href="https://github.com/microsoft/vscode-vsce/issues/1044" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-vsce/issues/1044/hovercard">vscode-vsce#1044</a>.</li>
</ul>
<h2>Requirements</h2>
<ul>
<li>VS Code 1.67.0 or later (April 2022).</li>
<li>Windows 7+ (x64, arm64), macOS 10.12+, Linux (Ubuntu 16+, etc.).
<ul>
<li>Debugging is not supported on CentOS 7 or RHEL 7. The last supported version was 1.22.11: <a href="https://github.com/microsoft/vscode-cpptools/issues/132190">#13219</a>.</li>
</ul>
</li>
</ul>
<h2>Changes</h2>
<h3>Enhancements</h3>
<ul>
<li>Add IntelliSense support for C23/C++26 <code>#embed</code>. <a href="https://github.com/microsoft/vscode-cpptools/issues/13705" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/13705/hovercard">#13705</a></li>
<li>Add IntelliSense support for C++23 multidimensional subscript operators for gcc/clang modes (not msvc yet).</li>
<li>Add IntelliSense support for C++23 <code>static operator[]</code>.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fix an incorrect IntelliSense error on an overridden method. <a href="https://github.com/microsoft/vscode-cpptools/issues/13729" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/13729/hovercard">#13729</a></li>
<li>Fix an IntelliSense error with <code>std::countl_zero</code>. <a href="https://github.com/microsoft/vscode-cpptools/issues/13876" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/13876/hovercard">#13876</a></li>
<li>Fix an IntelliSense squiggle on the wrong identifier when assigning to a constant member variable. <a href="https://github.com/microsoft/vscode-cpptools/issues/14018" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14018/hovercard">#14018</a></li>
<li>Fix IntelliSense with clang mode C++23 deduced type construction with <code>auto</code>. <a href="https://github.com/microsoft/vscode-cpptools/issues/14041" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14041/hovercard">#14041</a></li>
<li>Fix an IntelliSense error with <code>std::popcount</code>. <a href="https://github.com/microsoft/vscode-cpptools/issues/14105" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14105/hovercard">#14105</a></li>
<li>Fix GitHub Copilot hover. <a href="https://github.com/microsoft/vscode-cpptools/issues/14114" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14114/hovercard">#14114</a></li>
<li>Fix headers sometimes using a header-only configuration from a configuration provider instead of the source file's configuration. <a href="https://github.com/microsoft/vscode-cpptools/issues/14126" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14126/hovercard">#14126</a></li>
<li>Fix a reference in a <code>#define</code> not being found if it's directly after a <code>#include</code>. <a href="https://github.com/microsoft/vscode-cpptools/issues/14130" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14130/hovercard">#14130</a></li>
<li>Fix a bug that could cause IntelliSense operations to fail when a document is closed during processing.</li>
<li>Fix a bug with internal buffer handling that could cause some IntelliSense operations to fail.</li>
</ul>sean-mcmanustag:github.com,2008:Repository/54800346/v1.30.02025-12-16T00:03:36Z1.30.0<h2>Instructions</h2>
<p>The extension can be obtained by one of the methods below:</p>
<ul>
<li>Install the "C/C++" or "C/C++ Extension Pack" extension published by Microsoft from the <a href="https://code.visualstudio.com/docs/editor/extension-marketplace" rel="nofollow">Extensions view</a> in VS Code.</li>
<li>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 <code>npx @vscode/vsce@latest verify-signature -i <.vsix> -m <.signature.manifest> -s <.signature.p7s></code> <a href="https://github.com/microsoft/vscode-vsce/issues/1044" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-vsce/issues/1044/hovercard">vscode-vsce#1044</a>.</li>
</ul>
<h2>Requirements</h2>
<ul>
<li>VS Code 1.67.0 or later (April 2022).</li>
<li>Windows 7+ (x64, arm64), macOS 10.12+, Linux (Ubuntu 16+, etc.).
<ul>
<li>Debugging is not supported on CentOS 7 or RHEL 7. The last supported version was 1.22.11: <a href="https://github.com/microsoft/vscode-cpptools/issues/132190">#13219</a>.</li>
</ul>
</li>
</ul>
<h2>Changes</h2>
<h3>Enhancements</h3>
<ul>
<li>Change <code>C</code> completion behavior to automatically trigger after the <code>struct/union/enum</code> keyword and to filter based on the keyword. <a href="https://github.com/microsoft/vscode-cpptools/issues/13634" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/13634/hovercard">#13634</a></li>
<li>Change <code>C++</code> completions after <code>using namespace</code> to filter to include only namespaces and namespace aliases. <a href="https://github.com/microsoft/vscode-cpptools/issues/14091" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14091/hovercard">#14091</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fix <code>C_Cpp.commentContinuationPatterns</code> not working after the 2nd line (for non-<code>/**</code> patterns). <a href="https://github.com/microsoft/vscode-cpptools/issues/8998" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/8998/hovercard">#8998</a>
<ul>
<li>Thanks for the contribution. <a href="https://github.com/dinhtam2c">@dinhtam2c</a> <a href="https://github.com/microsoft/vscode-cpptools/pull/14074" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/vscode-cpptools/pull/14074/hovercard">PR #14074</a></li>
</ul>
</li>
<li>Fix <code>${userHome}</code> not resolving in <code>C_Cpp</code> path settings. <a href="https://github.com/microsoft/vscode-cpptools/issues/10350" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/10350/hovercard">#10350</a></li>
<li>Fix completion not automatically triggering if invoked on the last column of a line when the previous token is an identifier. <a href="https://github.com/microsoft/vscode-cpptools/issues/14086" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14086/hovercard">#14086</a></li>
<li>Fix changes to <code>C_Cpp.commentContinuationPatterns</code> not taking effect until the extension restarts. <a href="https://github.com/microsoft/vscode-cpptools/issues/14079" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14079/hovercard">#14079</a></li>
<li>Fix <code>C_Cpp.commentContinuationPatterns</code> not working correctly for a pattern if it's a prefix of a pattern that is later in the list. <a href="https://github.com/microsoft/vscode-cpptools/issues/14081" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14081/hovercard">#14081</a></li>
<li>Fix an IntelliSense crash in <code>a_completion_symbol_manager::handle_function</code> when Copilot is enabled.</li>
</ul>sean-mcmanustag:github.com,2008:Repository/54800346/v1.29.32025-12-09T15:16:28Z1.29.3 (patch update)<h2>Instructions</h2>
<p>The extension can be obtained by one of the methods below:</p>
<ul>
<li>Install the "C/C++" or "C/C++ Extension Pack" extension published by Microsoft from the <a href="https://code.visualstudio.com/docs/editor/extension-marketplace" rel="nofollow">Extensions view</a> in VS Code.</li>
<li>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 <code>npx @vscode/vsce@latest verify-signature -i <.vsix> -m <.signature.manifest> -s <.signature.p7s></code> <a href="https://github.com/microsoft/vscode-vsce/issues/1044" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-vsce/issues/1044/hovercard">vscode-vsce#1044</a>.</li>
</ul>
<h2>Requirements</h2>
<ul>
<li>VS Code 1.67.0 or later (April 2022).</li>
<li>Windows 7+ (x64, arm64), macOS 10.12+, Linux (Ubuntu 16+, etc.).
<ul>
<li>Debugging is not supported on CentOS 7 or RHEL 7. The last supported version was 1.22.11: <a href="https://github.com/microsoft/vscode-cpptools/issues/132190">#13219</a>.</li>
</ul>
</li>
</ul>
<h2>Change</h2>
<h3>Bug Fix</h3>
<ul>
<li>Remove <code>NETFXSDKDir</code> from the developer environment check. <a href="https://github.com/microsoft/vscode-cpptools/issues/14084" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14084/hovercard">#14084</a></li>
</ul>sean-mcmanustag:github.com,2008:Repository/54800346/v1.29.22025-12-03T23:11:54Z1.29.2<h2>Instructions</h2>
<p>The extension can be obtained by one of the methods below:</p>
<ul>
<li>Install the "C/C++" or "C/C++ Extension Pack" extension published by Microsoft from the <a href="https://code.visualstudio.com/docs/editor/extension-marketplace" rel="nofollow">Extensions view</a> in VS Code.</li>
<li>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 <code>npx @vscode/vsce@latest verify-signature -i <.vsix> -m <.signature.manifest> -s <.signature.p7s></code> <a href="https://github.com/microsoft/vscode-vsce/issues/1044" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-vsce/issues/1044/hovercard">vscode-vsce#1044</a>.</li>
</ul>
<h2>Requirements</h2>
<ul>
<li>VS Code 1.67.0 or later (April 2022).</li>
<li>Windows 7+ (x64, arm64), macOS 10.12+, Linux (Ubuntu 16+, etc.).
<ul>
<li>Debugging is not supported on CentOS 7 or RHEL 7. The last supported version was 1.22.11: <a href="https://github.com/microsoft/vscode-cpptools/issues/132190">#13219</a>.</li>
</ul>
</li>
</ul>
<h2>Changes</h2>
<h3>New Feature</h3>
<ul>
<li>Enable setting the VS developer environment without running VS Code from the developer command prompt. <a href="https://github.com/microsoft/vscode-cpptools/issues/4742" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/4742/hovercard">#4742</a></li>
</ul>
<h3>Enhancements</h3>
<ul>
<li>Add built-in file associations for C++ extensionless system headers and set <code>C_Cpp.autoAddFileAssociations</code> to <code>false</code> by default. <a href="https://github.com/microsoft/vscode-cpptools/issues/4077" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/4077/hovercard">#4077</a></li>
<li>Add IntelliSense support for <code>c23</code> enums with an underlying type. <a href="https://github.com/microsoft/vscode-cpptools/issues/13675" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/13675/hovercard">#13675</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fix 'Find All References' and 'Rename' on <code>#define</code> macro definitions. <a href="https://github.com/microsoft/vscode-cpptools/issues/6194" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/6194/hovercard">#6194</a></li>
<li>Fix anonymous enums not working in gcc/clang modes. <a href="https://github.com/microsoft/vscode-cpptools/issues/10436" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/10436/hovercard">#10436</a></li>
<li>Fix Doxygen comments at the end of a function. <a href="https://github.com/microsoft/vscode-cpptools/issues/13725" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/13725/hovercard">#13725</a></li>
<li>Fix mac framework search path detection to include paths passed in the <code>includePath</code> from a configuration provider, and fix omission of unpopulated Mac framework paths. <a href="https://github.com/microsoft/vscode-cpptools/issues/13993" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/13993/hovercard">#13993</a></li>
<li>Fix formatting with <code>clang-tidy</code> randomly getting stuck on Windows (on a call to <code>GetOverlappedResult</code>). <a href="https://github.com/microsoft/vscode-cpptools/issues/14025" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14025/hovercard">#14025</a></li>
<li>Fix IntelliSense with MSVC mode C++23 deduced type construction with <code>auto</code>. <a href="https://github.com/microsoft/vscode-cpptools/issues/14041" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-cpptools/issues/14041/hovercard">#14041</a></li>
<li>Fix code analysis re-running automatically after a settings change when diagnostics already exist if it was manually instead of automatically invoked.</li>
<li>Reduce the memory usage in a couple cases to reduce the chance of a <code>bad_alloc</code> in cpptools.</li>
<li>Update <code>clang-format</code> and <code>clang-tidy</code> from 21.1.3 to 21.1.4 (fixes some formatting bugs).</li>
<li>Fix the handling of the cl.exe <code>/external:I</code> argument for IntelliSense configuration.</li>
<li>Fix a case where a large file could cause a <code>bad_alloc</code> in cpptools-srv on Windows.</li>
<li>Update the default compiler search to include newer versions of clang/gcc.</li>
<li>Fix a potential memory corruption crash of cpptools-srv (related to PCH).</li>
<li>Fix a crash in <code>detect_encoding</code>.</li>
</ul>sean-mcmanus