File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# C/C++ for Visual Studio Code Changelog
22
3+ ## Version 1.21.0: June 13, 2024
4+ ### Bug Fixes
5+ * Stop logging file watch events for excluded files. [ #11455 ] ( https://github.com/microsoft/vscode-cpptools/issues/11455 )
6+ * Fix handling of ` -isystem ` and ` -iquote ` for IntelliSense configuration. [ #12207 ] ( https://github.com/microsoft/vscode-cpptools/issues/12207 )
7+ * Fix doxygen comment generation when ` /** ` comments are used. [ #12249 ] ( https://github.com/microsoft/vscode-cpptools/issues/12249 )
8+ * Fix a code analysis crash on Linux if the message is too long. [ #12285 ] ( https://github.com/microsoft/vscode-cpptools/issues/12285 )
9+ * Fix a regression with cl.exe system include path detection. [ #12293 ] ( https://github.com/microsoft/vscode-cpptools/issues/12293 )
10+ * Fix handling of doxygen comment blocks with ` *//* ` in them. [ #12316 ] ( https://github.com/microsoft/vscode-cpptools/issues/12316 )
11+ * Fix a crash during IntelliSense process shutdown. [ #12354 ] ( https://github.com/microsoft/vscode-cpptools/issues/12354 )
12+ * Update the default clang/gcc versions used for IntelliSense if an unknown version is found.
13+ * Update clang-format and clang-tidy from 18.1.2 to 18.1.7 (for the bug fixes).
14+
315## Version 1.20.5: May 6, 2024
416### Enhancements
517* Add support for C++ modules IFC version 0.43. [ #10843 ] ( https://github.com/microsoft/vscode-cpptools/issues/10843 )
Original file line number Diff line number Diff line change 22 "name" : " cpptools" ,
33 "displayName" : " C/C++" ,
44 "description" : " C/C++ IntelliSense, debugging, and code browsing." ,
5- "version" : " 1.20.5 -main" ,
5+ "version" : " 1.21.0 -main" ,
66 "publisher" : " ms-vscode" ,
77 "icon" : " LanguageCCPP_color_128x.png" ,
88 "readme" : " README.md" ,
You can’t perform that action at this time.
0 commit comments