Update changelog for 1.31.4. (#14338)

This commit is contained in:
Sean McManus
2026-03-31 15:16:52 -07:00
committed by GitHub
parent 5f56194feb
commit 6770b0a25a
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
# C/C++ for Visual Studio Code Changelog
## Version 1.31.4: March 31, 2026
### Bug Fix
* Debugging cpptools and cpptools-srv processes on macOS (to get call stacks) is now blocked when SIP is enabled (due to a potential security issue).
## Version 1.31.3: March 24, 2026
### Enhancements
* Add support for `program` in attach debug configurations. [#14046](https://github.com/microsoft/vscode-cpptools/issues/14046)
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "cpptools",
"displayName": "C/C++",
"description": "C/C++ IntelliSense, debugging, and code browsing.",
"version": "1.31.3-main",
"version": "1.31.4-main",
"publisher": "ms-vscode",
"icon": "LanguageCCPP_color_128x.png",
"readme": "README.md",