Skip to content

Commit 62a03c2

Browse files
authored
Update changelog (2nd time) (#11527)
* Update changelog (2nd time).
1 parent 7273d61 commit 62a03c2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Extension/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# C/C++ for Visual Studio Code Changelog
22

33
## Version 1.18.0: October 12, 2023
4-
### New Feature
4+
### New Features
55
* Add an 'Extract to Function' (or Member Function) code action after selecting code. [#1162](https://github.com/microsoft/vscode-cpptools/issues/1162)
66
* Currently, it's only enabled when `C_Cpp.experimentFeatures` is `true`. Also, 'Extract to Free Function' is disabled.
7+
* Add the option to install a compiler, accessible through the walkthrough. [PR #11286](https://github.com/microsoft/vscode-cpptools/pull/11286)
78

89
### Enhancements
910
* Add setting `C_Cpp.refactoring.includeHeader` to customize whether or not to add an include header when doing a refactoring code action. [#11271](https://github.com/microsoft/vscode-cpptools/issues/11271)
10-
* Update clang-format and clang-tidy to 17.0.1. [#11491](https://github.com/microsoft/vscode-cpptools/pull/11491)
11+
* Update clang-format and clang-tidy to 17.0.2. [PR #11491](https://github.com/microsoft/vscode-cpptools/pull/11491)
1112

1213
### Bug Fixes
14+
* Fix the debugger truncating long strings when inspecting values. [#1786](https://github.com/microsoft/vscode-cpptools/issues/1786)
1315
* Switch to using `XDG_CACHE_HOME` on Linux for the default database path. [#10191](https://github.com/microsoft/vscode-cpptools/issues/10191)
1416
* Fix incorrect status and commands with the tag parsing language status UI. [#10749](https://github.com/microsoft/vscode-cpptools/issues/10749)
1517
* Fix an empty (`""`) `compilerPath` in a base configuration overriding the compiler specified by a custom configuration provider or a `compile_commands.json`. [#11373](https://github.com/microsoft/vscode-cpptools/issues/11373)

0 commit comments

Comments
 (0)