Skip to content

Commit 7273d61

Browse files
authored
Update changelog for 1.18.0 (#11521)
1 parent 74bddb8 commit 7273d61

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Extension/CHANGELOG.md

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

3+
## Version 1.18.0: October 12, 2023
4+
### New Feature
5+
* Add an 'Extract to Function' (or Member Function) code action after selecting code. [#1162](https://github.com/microsoft/vscode-cpptools/issues/1162)
6+
* Currently, it's only enabled when `C_Cpp.experimentFeatures` is `true`. Also, 'Extract to Free Function' is disabled.
7+
8+
### Enhancements
9+
* 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+
12+
### Bug Fixes
13+
* Switch to using `XDG_CACHE_HOME` on Linux for the default database path. [#10191](https://github.com/microsoft/vscode-cpptools/issues/10191)
14+
* Fix incorrect status and commands with the tag parsing language status UI. [#10749](https://github.com/microsoft/vscode-cpptools/issues/10749)
15+
* 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)
16+
* Fix a startup crash when reading values from JSON (settings) that are not the type expected. [#11375](https://github.com/microsoft/vscode-cpptools/issues/11375)
17+
* Fix a crash detected by crash telemetry. [#11401](https://github.com/microsoft/vscode-cpptools/issues/11401)
18+
* Fix handling of an undefined `env` variable on Linux and macOS. [#11447](https://github.com/microsoft/vscode-cpptools/issues/11447)
19+
* Fix multiple issues with querying `nvcc` (CUDA) as a compiler. [#11454](https://github.com/microsoft/vscode-cpptools/issues/11454)
20+
* Fix an issue that could cause a C language standard to be applied to a C++ file, or vice versa.
21+
* Remove `cpp` and `clang-cpp` preprocessors from the list of detectable compilers.
22+
323
## Version 1.17.5: August 28, 2023
424
### Bug Fixes
525
* Fix a language server crash for platforms that don't support the IntelliSense cache (AutoPCH). [#10789](https://github.com/microsoft/vscode-cpptools/issues/10789)

0 commit comments

Comments
 (0)