Skip to content

Commit d5077a2

Browse files
authored
Update changelog and version for 1.21.1. (#12449)
* Update changelog and version for 1.21.1.
1 parent 3d01238 commit d5077a2

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

Extension/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# C/C++ for Visual Studio Code Changelog
22

3+
## Version 1.21.1: July 15, 2024
4+
### Enhancements
5+
* Add `see` and `sa` to the `C_Cpp.doxygen.sectionTags` setting. [#12384](https://github.com/microsoft/vscode-cpptools/issues/12384)
6+
* Update the vcpkg header database. [PR #12430](https://github.com/microsoft/vscode-cpptools/pull/12430)
7+
* Disable the pre-release prompt if the `extensions.ignoreRecommendations` setting is `true`. [#12438](https://github.com/microsoft/vscode-cpptools/issues/12438)
8+
* Switch to an alternative workspace symbol search implementation (performance and results will be slightly different from previous versions).
9+
* Various IntelliSense engine updates/fixes.
10+
11+
### Bug Fixes
12+
* Fix a crash if the Ryzen 3000 doesn't have updated drivers. [#12201](https://github.com/microsoft/vscode-cpptools/issues/12201)
13+
* Fix relative paths in `compile_commands.json` to be relative to the `compile_commands.json`'s directory. [#12290](https://github.com/microsoft/vscode-cpptools/issues/12290)
14+
* Fix a tag parser performance regression. [#12292](https://github.com/microsoft/vscode-cpptools/issues/12292)
15+
* Fix code analysis, find all references, and rename from getting the wrong configuration for non-open files on the first run when using a configuration provider. [#12313](https://github.com/microsoft/vscode-cpptools/issues/12313)
16+
* Fix potential crashes. [#12354](https://github.com/microsoft/vscode-cpptools/issues/12354)
17+
* Fix the language status not showing it's busy while the tag parser is initializing. [#12403](https://github.com/microsoft/vscode-cpptools/issues/12403)
18+
* Fix the vcpkg code action not appearing for missing headers available via vcpkg. [#12413](https://github.com/microsoft/vscode-cpptools/issues/12413)
19+
* Fix custom configurations sometimes not getting used. [PR #12427](https://github.com/microsoft/vscode-cpptools/pull/12427)
20+
* Fix a code analysis error when using gcc 14. [#12428](https://github.com/microsoft/vscode-cpptools/issues/12428)
21+
* Fix a cause of colorization, inactive regions, and inlay hints getting cleared when an update is pending.
22+
* Fix a cause of semantic tokens transiently being placed in the wrong location.
23+
* Fix a potential deadlock when configured using compile commands.
24+
325
## Version 1.21.0: June 17, 2024
426
### Bug Fixes
527
* Stop logging file watch events for excluded files. [#11455](https://github.com/microsoft/vscode-cpptools/issues/11455)

Extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cpptools",
33
"displayName": "C/C++",
44
"description": "C/C++ IntelliSense, debugging, and code browsing.",
5-
"version": "1.21.0-main",
5+
"version": "1.21.1-main",
66
"publisher": "ms-vscode",
77
"icon": "LanguageCCPP_color_128x.png",
88
"readme": "README.md",

0 commit comments

Comments
 (0)